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 | 룶징瑞틈룶 | 111010111010001110110110111011001010011110010101111001111001000110011110111011011000101110001000111010111010001110110110 | eba3b6eca795e7919eed8b88eba3b6 |
UHC | 룶징瑞틈룶 | 10001111101010111100001010100001110111111111101011000110101101001000111110101011 | 8fabc2a1dffac6b48fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)