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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 形?翁? | 100011000110000000111111100010011010010100111111 | 8c603f89a53f |
EUC-JP | 形?翁? | 101101111100000100111111101100101010011100111111 | b7c13fb2a73f |
UTF-8 | 形렠翁렫 | 111001011011110110100010111010111010000010100000111001111011111110000001111010111010000010101011 | e5bda2eba0a0e7bf81eba0ab |
UHC | 形렠翁렫 | 1111101110100001100011101011000111101000101110101000111010111001 | fba18eb1e8ba8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)