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 | ヤ闔コ蒔竟 | 11110000101011111101010011101000100011101011101010001110101010101110100011101101 | f0afd4e88eba8eaae8ed |
EUC-JP | ?ヤ闔コ蒔竟 | 0011111110001110110101001110111111101110100011101011101010111100101011001111000011101111 | 3f8ed4efee8ebabcacf0ef |
UTF-8 | ヤ闔コ蒔竟 | 111011101000000110101110111011111011111010010100111010011001011110010100111011111011110110111010111010001001001010010100111001111010101110011111 | ee81aeefbe94e99794efbdbae89294e7ab9f |
UHC | ??闔?蒔竟 | 001111110011111111111001111011110011111111100011110010001100110011100101 | 3f3ff9ef3fe3c8cce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)