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 | ??????y\ | 0011111100111111001111110011111100111111001111110111100101011100 | 3f3f3f3f3f3f795c |
SJIS-WIN | ??????y\ | 0011111100111111001111110011111100111111001111110111100101011100 | 3f3f3f3f3f3f795c |
EUC-JP | ??????y\ | 0011111100111111001111110011111100111111001111110111100101011100 | 3f3f3f3f3f3f795c |
UTF-8 | 채횩짼챌혞쩐y\ | 1110110010110001100001001110110110011010101010011110110010100111101111001110110010110001100011001110110110011000100111101110110010101001100100000111100101011100 | ecb184ed9aa9eca7bcecb18ced989eeca990795c |
UHC | 채횩짼챌혞쩐y\ | 1100001110100100110000111001111111000010101100101100001110100111110000101000100011000010101111100111100101011100 | c3a4c39fc2b2c3a7c288c2be795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)