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 | ???倚ф? | 0011111100111111001111111001100011011111100001001000011000111111 | 3f3f3f98df84863f |
EUC-JP | ???倚ф? | 0011111100111111001111111101000011100001101001111110011000111111 | 3f3f3fd0e1a7e63f |
UTF-8 | 蓮곥룓倚ф껸 | 1110111110100110100110011110101010110011101001011110101110100011100100111110010110000000100110101101000110000100111010101011101110111000 | efa699eab3a5eba393e5809ad184eabbb8 |
UHC | 蓮곥룓倚ф껸 | 111001101110010110000001111000111000111110010000111010111110111110101100111001101011001010111001 | e6e581e38f90ebeface6b2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)