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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ?悽?h | 0011111110011100101011000011111101101000 | 3f9cac3f68 |
EUC-JP | ?悽?h | 0011111111011000101011100011111101101000 | 3fd8ae3f68 |
UTF-8 | 뤋悽呂h | 11101011101001001000101111100110100000101011110111101111101001101000000001101000 | eba48be682bdefa68068 |
UHC | 뤋悽呂h | 10001111101110111111010010100100111001011111101101101000 | 8fbbf4a4e5fb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)