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 | 嚥〓?二ょ? | 10011010100010111000000110101100001111111001001111110001100000101110010100111111 | 9a8b81ac3f93f182e53f |
EUC-JP | 嚥〓?二ょ? | 11010011111010111010001010101110001111111100011011110011101001001110011100111111 | d3eba2ae3fc6f3a4e73f |
UTF-8 | 嚥〓ㅏ二ょ솾 | 111001011001101010100101111000111000000010010011111000111000010110001111111001001011101010001100111000111000001010000111111011001000011010111110 | e59aa5e38093e3858fe4ba8ce38287ec86be |
UHC | 嚥〓ㅏ二ょ솾 | 111001101011111110100001111010111010010010111111111011001010001110101010111001111001100110110010 | e6bfa1eba4bfeca3aae799b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)