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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??∨?? | 001111110011111110000001110010010011111100111111 | 3f3f81c93f3f |
EUC-JP | ??∨?? | 001111110011111110100010110010110011111100111111 | 3f3fa2cb3f3f |
UTF-8 | 룴횕∨廬혧 | 111010111010001110110100111011011001101010010101111000101000100010101000111011111010011010000010111011011001100010100111 | eba3b4ed9a95e288a8efa682ed98a7 |
UHC | 룴횕∨廬혧 | 10001111101010011100001110001111101000011111110111100101111111101100001010001111 | 8fa9c38fa1fde5fec28f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)