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 | 陷牙符諤 | 1110100010011100100010011110010110010101100001001110011010000000 | e89c89e59584e680 |
EUC-JP | 陷牙符諤 | 1110111111111100101100101110011111001001111001001110101111100000 | effcb2e7c9e4ebe0 |
UTF-8 | 陷牙符諤 | 111010011001100110110111111001111000100110011001111001111010110010100110111010001010101110100100 | e999b7e78999e7aca6e8aba4 |
UHC | 陷牙符? | 11111001111010001110010010110011110111011010110000111111 | f9e8e4b3ddac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)