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 | 嚥〓?二わ? | 10011010100010111000000110101100001111111001001111110001100000101110110100111111 | 9a8b81ac3f93f182ed3f |
EUC-JP | 嚥〓?二わ? | 11010011111010111010001010101110001111111100011011110011101001001110111100111111 | d3eba2ae3fc6f3a4ef3f |
UTF-8 | 嚥〓봾二わ쭓 | 111001011001101010100101111000111000000010010011111010111011010010111110111001001011101010001100111000111000001010001111111011001010110110010011 | e59aa5e38093ebb4bee4ba8ce3828fecad93 |
UHC | 嚥〓봾二わ쭓 | 111001101011111110100001111010111001010010000101111011001010001110101010111011111010011110001011 | e6bfa1eb9485eca3aaefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)