To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 也ゅ?餓 | 10010110111001111000001011100011001111111000100111101100 | 96e782e33f89ec |
EUC-JP | 也ゅ?餓 | 11001100111010011010010011100101001111111011001011101110 | cce9a4e53fb2ee |
UTF-8 | 也ゅ씏餓 | 111001001011100110011111111000111000001010000101111011001001010010001111111010011010010010010011 | e4b99fe38285ec948fe9a493 |
UHC | 也ゅ씏餓 | 1110010110100101101010101110010110011101101001101110010010111011 | e5a5aae59da6e4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)