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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 涅λ?嚥?? | 100111111011100010000011110010010011111110011010100010110011111100111111 | 9fb883c93f9a8b3f3f |
EUC-JP | 涅λ?嚥?? | 110111101011101010100110110010110011111111010011111010110011111100111111 | debaa6cb3fd3eb3f3f |
UTF-8 | 涅λ젩嚥좈젺 | 1110011010110110100001011100111010111011111011001010000010101001111001011001101010100101111011001010001010001000111011001010000010111010 | e6b685cebbeca0a9e59aa5eca288eca0ba |
UHC | 涅λ젩嚥좈젺 | 111001101110111010100101111010111010000010100001111001101011111110100000111010011010000010101101 | e6eea5eba0a1e6bfa0e9a0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)