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 | ???伊? | 001111110011111100111111100010001100100100111111 | 3f3f3f88c93f |
EUC-JP | ???伊? | 001111110011111100111111101100001100101100111111 | 3f3f3fb0cb3f |
UTF-8 | 列띕뜄伊뢆 | 111011111010011010011100111010111001110110010101111010111001110010000100111001001011110010001010111010111010001010000110 | efa69ceb9d95eb9c84e4bc8aeba286 |
UHC | 列띕뜄伊뢆 | 11100110111010101011011011101011100011011000100011101100101001011000111101000010 | e6eab6eb8d88eca58f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)