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 | 濡??獄? | 10010100010001110011111100111111100011011001011000111111 | 94473f3f8d963f |
EUC-JP | 濡??獄? | 11000111101010000011111100111111101110011111011000111111 | c7a83f3fb9f63f |
UTF-8 | 濡낅죫獄퇲 | 111001101011111110100001111010111000001010000101111011001010001110101011111001111000110110000100111011011000011110110010 | e6bfa1eb8285eca3abe78d84ed87b2 |
UHC | 濡낅죫獄퇲 | 11101011101000011000010111101011101000011000011011101000101010111011100001101000 | eba185eba186e8abb868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)