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 | ???\?? | 001111110011111100111111010111000011111100111111 | 3f3f3f5c3f3f |
SJIS-WIN | ???\?? | 001111110011111100111111010111000011111100111111 | 3f3f3f5c3f3f |
EUC-JP | ???\?? | 001111110011111100111111010111000011111100111111 | 3f3f3f5c3f3f |
UTF-8 | 청짼혧\챌짰 | 11101100101100101010110111101100101001111011110011101101100110001010011101011100111011001011000110001100111011001010011110110000 | ecb2adeca7bced98a75cecb18ceca7b0 |
UHC | 청짼혧\챌짰 | 1100001110111011110000101011001011000010100011110101110011000011101001111100001010101110 | c3bbc2b2c28f5cc3a7c2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)