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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霎滄寉譽 | 1110100010111110100111111110100110011011100001011110011010100011 | e8be9fe99b85e6a3 |
EUC-JP | 霎滄寉譽 | 1111000011000000110111101110101111010101111001011110110010100101 | f0c0deebd5e5eca5 |
UTF-8 | 霎滄寉譽 | 111010011001110010001110111001101011101110000100111001011010111110001001111010001010110110111101 | e99c8ee6bb84e5af89e8adbd |
UHC | ?滄?譽 | 001111111111001111100111001111111110011111100010 | 3ff3e73fe7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)