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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???爭?? | 00111111001111110011111111100000101001010011111100111111 | 3f3f3fe0a53f3f |
EUC-JP | ???爭?? | 00111111001111110011111111100000101001110011111100111111 | 3f3f3fe0a73f3f |
UTF-8 | 렳롈렳爭롆얘 | 111010111010000010110011111010111010000110001000111010111010000010110011111001111000100010101101111010111010000110000110111011001001011010011000 | eba0b3eba188eba0b3e788adeba186ec9698 |
UHC | 렳롈렳爭롆얘 | 100011101100000010001110110011101000111011000000111011101011001110001110110011001011111011101010 | 8ec08ece8ec0eeb38eccbeea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)