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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嚥〓?伊? | 1001101010001011100000011010110000111111100010001100100100111111 | 9a8b81ac3f88c93f |
EUC-JP | 嚥〓?伊? | 1101001111101011101000101010111000111111101100001100101100111111 | d3eba2ae3fb0cb3f |
UTF-8 | 嚥〓끏伊짟 | 111001011001101010100101111000111000000010010011111010111000000110001111111001001011110010001010111011001010011110011111 | e59aa5e38093eb818fe4bc8aeca79f |
UHC | 嚥〓끏伊짟 | 11100110101111111010000111101011100001011011111111101100101001011010010001000010 | e6bfa1eb85bfeca5a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)