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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?陳??職?^ | 001111111001001011000010001111110011111110010000010001010011111101011110 | 3f92c23f3f90453f5e |
EUC-JP | ?陳??職?^ | 001111111100010011000100001111110011111110111111101001100011111101011110 | 3fc4c43f3fbfa63f5e |
UTF-8 | 안陳롚안職렕^ | 11101100100101011000100011101001100110011011001111101011101000011001101011101100100101011000100011101000100000011011011111101011101000001001010101011110 | ec9588e999b3eba19aec9588e881b7eba0955e |
UHC | 안陳롚안職렕^ | 10111110110010001111001011100111100011101101111010111110110010001111001011000101100011101010101001011110 | bec8f2e78edebec8f2c58eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)