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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 莪??莪??^ | 111001001010111000111111001111111110010010101110001111110011111101011110 | e4ae3f3fe4ae3f3f5e |
EUC-JP | 莪??莪??^ | 111010001011000000111111001111111110100010110000001111110011111101011110 | e8b03f3fe8b03f3f5e |
UTF-8 | 莪솖소莪솖소^ | 11101000100011101010101011101100100001101001011011101100100001101000110011101000100011101010101011101100100001101001011011101100100001101000110001011110 | e88eaaec8696ec868ce88eaaec8696ec868c5e |
UHC | 莪솖소莪솖소^ | 11100100101101011011110011010111101111001101001011100100101101011011110011010111101111001101001001011110 | e4b5bcd7bcd2e4b5bcd7bcd25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)