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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????靈? | 00111111001111110011111100111111111010001100101100111111 | 3f3f3f3fe8cb3f |
EUC-JP | ????靈? | 00111111001111110011111100111111111100001100110100111111 | 3f3f3f3ff0cd3f |
UTF-8 | 렺읖봬늙靈궷 | 111010111010000010111010111011001001110110010110111010111011010010101100111010111000101010011001111010011001110110001000111010101011011010110111 | eba0baec9d96ebb4aceb8a99e99d88eab6b7 |
UHC | 렺읖봬늙靈궷 | 100011101100001011000000110001011011101011000100101101001100010011010110110001001011000111001100 | 8ec2c0c5bac4b4c4d6c4b1cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)