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 | 涅λ?娃?? | 100111111011100010000011110010010011111110001000101000010011111100111111 | 9fb883c93f88a13f3f |
EUC-JP | 涅λ?娃?? | 110111101011101010100110110010110011111110110000101000110011111100111111 | debaa6cb3fb0a33f3f |
UTF-8 | 涅λ젣娃뗭뇿 | 1110011010110110100001011100111010111011111011001010000010100011111001011010100010000011111010111001011110101101111010111000011110111111 | e6b685cebbeca0a3e5a883eb97adeb87bf |
UHC | 涅λ젣娃뗭뇿 | 111001101110111010100101111010111010000010011100111010001101111110001011111011001000011110100000 | e6eea5eba09ce8df8bec87a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)