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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | ??ヘ~ | 0011111100111111100000110111011101111110 | 3f3f83777e |
EUC-JP | ??ヘ~ | 0011111100111111101001011101100001111110 | 3f3fa5d87e |
UTF-8 | 룶殺ヘ~ | 11101011101000111011011011101111101001011011000011100011100000111001100001111110 | eba3b6efa5b0e383987e |
UHC | 룶殺ヘ~ | 10001111101010111110000111101101101010111101100001111110 | 8fabe1edabd87e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)