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?X?? | 001111110100100000111111010110000011111100111111 | 3f483f583f3f |
SJIS-WIN | ?H?X?? | 001111110100100000111111010110000011111100111111 | 3f483f583f3f |
EUC-JP | ?H?X?? | 001111110100100000111111010110000011111100111111 | 3f483f583f3f |
UTF-8 | 혨H혯X챌챈 | 1110110110011000101010000100100011101101100110001010111101011000111011001011000110001100111011001011000110001000 | ed98a848ed98af58ecb18cecb188 |
UHC | 혨H혯X챌챈 | 11000010100100000100100011000010100101100101100011000011101001111100001110100110 | c29048c29658c3a7c3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)