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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??瑞?? | 001111110011111110010000100100000011111100111111 | 3f3f90903f3f |
EUC-JP | ??瑞?? | 001111110011111110111111111100000011111100111111 | 3f3fbff03f3f |
UTF-8 | 룵깹瑞키룴 | 111010111010001110110101111010101011100110111001111001111001000110011110111011011000001010100100111010111010001110110100 | eba3b5eab9b9e7919eed82a4eba3b4 |
UHC | 룵깹瑞키룴 | 10001111101010101011001010100001110111111111101011000101101100001000111110101001 | 8faab2a1dffac5b08fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)