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 | ???BU | 0011111100111111001111110100001001010101 | 3f3f3f4255 |
SJIS-WIN | 夷??BU | 100010001100111000111111001111110100001001010101 | 88ce3f3f4255 |
EUC-JP | 夷??BU | 101100001101000000111111001111110100001001010101 | b0d03f3f4255 |
UTF-8 | 夷섏껜BU | 1110010110100100101101111110110010000100100011111110101010111011100111000100001001010101 | e5a4b7ec848feabb9c4255 |
UHC | 夷섏껜BU | 1110110010101000100110001110110010110010101101000100001001010101 | eca898ecb2b44255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)