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 | ãÁ¼Àô£¼ | 1000111111100011110000011011110011000000111101001010001110111100 | 8fe3c1bcc0f4a3bc |
SJIS-WIN | ??????£? | 001111110011111100111111001111110011111100111111100000011001001000111111 | 3f3f3f3f3f3f81923f |
EUC-JP | ?ãÁ?Àô£? | 0011111110001111101010111010101010001111101010101010000100111111100011111010101010100010100011111010101111010100101000011111001000111111 | 3f8fabaa8faaa13f8faaa28fabd4a1f23f |
UTF-8 | ãÁ¼Àô£¼ | 11000010100011111100001110100011110000111000000111000010101111001100001110000000110000111011010011000010101000111100001010111100 | c28fc3a3c381c2bcc380c3b4c2a3c2bc |
UHC | ???¼???¼ | 00111111001111110011111110101000111110010011111100111111001111111010100011111001 | 3f3f3fa8f93f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)