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 | 云私?? | 100010010101110110001110100001000011111100111111 | 895d8e843f3f |
EUC-JP | 云私?? | 101100011011111010111011111001000011111100111111 | b1bebbe43f3f |
UTF-8 | 云私칸痢 | 111001001011101010010001111001111010011110000001111011001011100110111000111011111010011110100101 | e4ba91e7a781ecb9b8efa7a5 |
UHC | 云私칸痢 | 1110100111110110110111101110011111000100101011011110110010111000 | e9f6dee7c4adecb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)