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 | ???H??? | 00111111001111110011111101001000001111110011111100111111 | 3f3f3f483f3f3f |
SJIS-WIN | 撓??H癲?? | 100111011001101000111111001111110100100011100001100111110011111100111111 | 9d9a3f3f48e19f3f3f |
EUC-JP | 撓??H癲?? | 110110011111101000111111001111110100100011100010101000010011111100111111 | d9fa3f3f48e2a13f3f |
UTF-8 | 撓뽩맔H癲뺞눡 | 11100110100100101001001111101011101111011010100111101011101001111001010001001000111001111001100110110010111010111011101010011110111010111000100010100001 | e69293ebbda9eba79448e799b2ebba9eeb88a1 |
UHC | 撓뽩맔H癲뺞눡 | 11101000111101011001011011100101100100001010011001001000111011111010011010010101111001101000011110111000 | e8f596e590a648efa695e687b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)