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 | 衡??絶?? | 1000110101110100001111110011111110010000111000100011111100111111 | 8d743f3f90e23f3f |
EUC-JP | 衡??絶?? | 1011100111010101001111110011111111000000111001000011111100111111 | b9d53f3fc0e43f3f |
UTF-8 | 衡묕풄絶쒐ㄺ | 111010001010000110100001111010111010110010010101111011011001001010000100111001111011010110110110111011001001001010010000111000111000010010111010 | e8a1a1ebac95ed9284e7b5b6ec9290e384ba |
UHC | 衡묕풄絶쒐ㄺ | 111110111010110010010001111011111011111010001100111011111011111010011100111001111010010010101010 | fbac91efbe8cefbe9ce7a4aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)