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 | 逡?m | 1110011110010101001111111000001010001101 | e7953f828d |
EUC-JP | 逡?m | 1110110111110101001111111010001111101101 | edf53fa3ed |
UTF-8 | 逡쾌m | 111010011000000010100001111011001011111010001100111011111011110110001101 | e980a1ecbe8cefbd8d |
UHC | 逡쾌m | 111100011110010011000100111010001010001111101101 | f1e4c4e8a3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)