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 | ??????q\ | 0011111100111111001111110011111100111111001111110111000101011100 | 3f3f3f3f3f3f715c |
SJIS-WIN | ??????q\ | 0011111100111111001111110011111100111111001111110111000101011100 | 3f3f3f3f3f3f715c |
EUC-JP | ??????q\ | 0011111100111111001111110011111100111111001111110111000101011100 | 3f3f3f3f3f3f715c |
UTF-8 | 횄짤횄짰횄짖q\ | 1110110110011010100001001110110010100111101001001110110110011010100001001110110010100111101100001110110110011010100001001110110010100111100101100111000101011100 | ed9a84eca7a4ed9a84eca7b0ed9a84eca796715c |
UHC | 횄짤횄짰횄짖q\ | 1100001110000011110000101010100111000011100000111100001010101110110000111000001111000010101000100111000101011100 | c383c2a9c383c2aec383c2a2715c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)