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 | 云私?云 | 10001001010111011000111010000100001111111000100101011101 | 895d8e843f895d |
EUC-JP | 云私?云 | 10110001101111101011101111100100001111111011000110111110 | b1bebbe43fb1be |
UTF-8 | 云私칸云 | 111001001011101010010001111001111010011110000001111011001011100110111000111001001011101010010001 | e4ba91e7a781ecb9b8e4ba91 |
UHC | 云私칸云 | 1110100111110110110111101110011111000100101011011110100111110110 | e9f6dee7c4ade9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)