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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 繇??? | 100011111101010011010001001111110011111100111111 | 8fd4d13f3f3f |
UTF-8 | 繇뉖젫蓮 | 111001111011100110000111111010111000100110010110111011001010000010101011111011111010011010011001 | e7b987eb8996eca0abefa699 |
UHC | 繇뉖젫蓮 | 1110100110100011100001111110101110100000101000111110011011100101 | e9a387eba0a3e6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)