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 | 箏簔矣 | 111000101011010111110001111111001111010110111101111000101100000111100001111000011111000111111100 | e2b5f1fcf5bde2c1e1e1f1fc |
EUC-JP | 箏??簔矣? | 111001001011011100111111001111111110010011000011111000101110001100111111 | e4b73f3fe4c3e2e33f |
UTF-8 | 箏簔矣 | 111001111010111010001111111011101000010110110111111011101001000010101000111001111011000010010100111001111001111110100011111011101000010110110111 | e7ae8fee85b7ee90a8e7b094e79fa3ee85b7 |
UHC | 箏???矣? | 1110111010110100001111110011111100111111111010111111100000111111 | eeb43f3f3febf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)