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 | ??????pB | 0011111100111111001111110011111100111111001111110111000001000010 | 3f3f3f3f3f3f7042 |
SJIS-WIN | ??????pB | 0011111100111111001111110011111100111111001111110111000001000010 | 3f3f3f3f3f3f7042 |
EUC-JP | ??????pB | 0011111100111111001111110011111100111111001111110111000001000010 | 3f3f3f3f3f3f7042 |
UTF-8 | 횂혦횂쩍횄짙pB | 1110110110011010100000101110110110011000101001101110110110011010100000101110110010101001100011011110110110011010100001001110110010100111100110010111000001000010 | ed9a82ed98a6ed9a82eca98ded9a84eca7997042 |
UHC | 횂혦횂쩍횄짙pB | 1100001110000010110000101000111011000011100000101100001010111101110000111000001111000010101000110111000001000010 | c382c28ec382c2bdc383c2a37042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)