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 | ?碎?? | 0011111111100001111010100011111100111111 | 3fe1ea3f3f |
EUC-JP | ?碎?? | 0011111111100010111011000011111100111111 | 3fe2ec3f3f |
UTF-8 | 롎碎렋뤛 | 111010111010000110001110111001111010001010001110111010111010000010001011111010111010010010011011 | eba18ee7a28eeba08beba49b |
UHC | 롎碎렋뤛 | 1000111011010100111000011110111110001110101000101000111111001010 | 8ed4e1ef8ea28fca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)