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 | ??N???? | 00111111001111110100111000111111001111110011111100111111 | 3f3f4e3f3f3f3f |
SJIS-WIN | 源?N旭?翁? | 10001100101110010011111101001110100010001010111000111111100010011010010100111111 | 8cb93f4e88ae3f89a53f |
EUC-JP | 源?N旭?翁? | 10111000101110110011111101001110101100001011000000111111101100101010011100111111 | b8bb3f4eb0b03fb2a73f |
UTF-8 | 源렰N旭렔翁렫 | 11100110101110101001000011101011101000001011000001001110111001101001011110101101111010111010000010010100111001111011111110000001111010111010000010101011 | e6ba90eba0b04ee697adeba094e7bf81eba0ab |
UHC | 源렰N旭렔翁렫 | 11101010101110011000111010111101010011101110100111101111100011101010100111101000101110101000111010111001 | eab98ebd4ee9ef8ea9e8ba8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)