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 | ???岳?? | 00111111001111110011111110001010011110000011111100111111 | 3f3f3f8a783f3f |
EUC-JP | ???岳?? | 00111111001111110011111110110011110110010011111100111111 | 3f3f3fb3d93f3f |
UTF-8 | 琉곕럵岳롨땼 | 111011111010011110001100111010101011001110010101111010111001111110110101111001011011001010110011111010111010000110101000111010111001010110111100 | efa78ceab395eb9fb5e5b2b3eba1a8eb95bc |
UHC | 琉곕럵岳롨땼 | 111010111010010010110000111010111000111010010100111001001011111110001110111010001000101110010010 | eba4b0eb8e94e4bf8ee88b92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)