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 | ?穡?? | 0011111111100010011100000011111100111111 | 3fe2703f3f |
EUC-JP | ?穡?? | 0011111111100011110100010011111100111111 | 3fe3d13f3f |
UTF-8 | 돨穡튤뤗 | 111010111000111110101000111001111010100110100001111011011000101010100100111010111010010010010111 | eb8fa8e7a9a1ed8aa4eba497 |
UHC | 돨穡튤뤗 | 1011010111000100110111111110001011000110101010111000111111000111 | b5c4dfe2c6ab8fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)