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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 螳オ訒偃ΝBF | 1110010110101110101101011111101110100011100110001110111010000011101010110100001001000110 | e5aeb5fba398ee83ab4246 |
EUC-JP | 螳オ訒偃ΝBF | 11101010101100001000111010110101100011111101110111001000110100001111000010100110101011010100001001000110 | eab08eb58fddc8d0f0a6ad4246 |
UTF-8 | 螳オ訒偃ΝBF | 11101000100111101011001111101111101111011011010111101000101010001001001011100101100000011000001111001110100111010100001001000110 | e89eb3efbdb5e8a892e58183ce9d4246 |
UHC | 螳??偃ΝBF | 11010011110110010011111100111111111001011110011110100101110011010100001001000110 | d3d93f3fe5e7a5cd4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)