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 | ????T?? | 00111111001111110011111100111111010101000011111100111111 | 3f3f3f3f543f3f |
SJIS-WIN | 錠嶝??T諸? | 10001111111110011001101111010001001111110011111101010100100011111001010000111111 | 8ff99bd13f3f548f943f |
EUC-JP | 錠嶝??T諸? | 10111110111110111101011011010011001111110011111101010100101111011111010000111111 | befbd6d33f3f54bdf43f |
UTF-8 | 錠嶝렰렪T諸렪 | 11101001100011001010000011100101101101101001110111101011101000001011000011101011101000001010101001010100111010001010101110111000111010111010000010101010 | e98ca0e5b69deba0b0eba0aa54e8abb8eba0aa |
UHC | 錠嶝렰렪T諸렪 | 11101111111111001101010011110001100011101011110110001110101110000101010011110000101100111000111010111000 | effcd4f18ebd8eb854f0b38eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)