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 | 霎幎高 | 111010001011111010011011111010111000110110000010 | e8be9beb8d82 |
EUC-JP | 霎幎高 | 111100001100000011010110111011011011100111100010 | f0c0d6edb9e2 |
UTF-8 | 霎幎高 | 111010011001110010001110111001011011100110001110111010011010101110011000 | e99c8ee5b98ee9ab98 |
UHC | ??高 | 00111111001111111100110111010100 | 3f3fcdd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)