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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 裘幎昏 | 111001011110001010011011111010111000110110101000 | e5e29beb8da8 |
EUC-JP | 裘幎昏 | 111010101110010011010110111011011011101010101010 | eae4d6edbaaa |
UTF-8 | 裘幎昏 | 111010001010001110011000111001011011100110001110111001101001100010001111 | e8a398e5b98ee6988f |
UHC | ??昏 | 00111111001111111111101111100111 | 3f3ffbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)