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 | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
SJIS-WIN | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
EUC-JP | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
UTF-8 | 챈짰혧혣혟짼nB | 1110110010110001100010001110110010100111101100001110110110011000101001111110110110011000101000111110110110011000100111111110110010100111101111000110111001000010 | ecb188eca7b0ed98a7ed98a3ed989feca7bc6e42 |
UHC | 챈짰혧혣혟짼nB | 1100001110100110110000101010111011000010100011111100001010001100110000101000100111000010101100100110111001000010 | c3a6c2aec28fc28cc289c2b26e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)