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 | ???????| | 0011111100111111001111110011111100111111001111110011111101111100 | 3f3f3f3f3f3f3f7c |
SJIS-WIN | ???????| | 0011111100111111001111110011111100111111001111110011111101111100 | 3f3f3f3f3f3f3f7c |
EUC-JP | ???????| | 0011111100111111001111110011111100111111001111110011111101111100 | 3f3f3f3f3f3f3f7c |
UTF-8 | 청짼혡챤혯혨챌| | 11101100101100101010110111101100101001111011110011101101100110001010000111101100101100011010010011101101100110001010111111101101100110001010100011101100101100011000110001111100 | ecb2adeca7bced98a1ecb1a4ed98afed98a8ecb18c7c |
UHC | 청짼혡챤혯혨챌| | 110000111011101111000010101100101100001010001010110000111010111011000010100101101100001010010000110000111010011101111100 | c3bbc2b2c28ac3aec296c290c3a77c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)