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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 囚?囚? | 100011101111101000111111100011101111101000111111 | 8efa3f8efa3f |
EUC-JP | 囚堧囚堧 | 10111100111111001000111110111000101010001011110011111100100011111011100010101000 | bcfc8fb8a8bcfc8fb8a8 |
UTF-8 | 囚堧囚堧 | 111001011001101110011010111001011010000010100111111001011001101110011010111001011010000010100111 | e59b9ae5a0a7e59b9ae5a0a7 |
UHC | 囚堧囚堧 | 1110000111110110111001101100000011100001111101101110011011000000 | e1f6e6c0e1f6e6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)