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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 汝??耶ョオ | 10010011111100000011111100111111100101101110101110000011100001111000001101001001 | 93f03f3f96eb83878349 |
EUC-JP | 汝??耶ョオ | 11000110111100100011111100111111110011001110110110100101111001111010010110101010 | c6f23f3fcceda5e7a5aa |
UTF-8 | 汝싦퐜耶ョオ | 111001101011000110011101111011001000101110100110111011011001000010011100111010001000000010110110111000111000001110100111111000111000001010101010 | e6b19dec8ba6ed909ce880b6e383a7e382aa |
UHC | 汝싦퐜耶ョオ | 111001101010001110011010111001001011110110000110111001011010110110101011111001111010101110101010 | e6a39ae4bd86e5adabe7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)