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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 裴瀧屐 | 111001011110100010010001111010111001101110011111 | e5e891eb9b9f |
EUC-JP | 裴瀧屐 | 111010101110101011000010111011011101011010100001 | eaeac2edd6a1 |
UTF-8 | 裴瀧屐 | 111010001010001110110100111001111000000010100111111001011011000110010000 | e8a3b4e780a7e5b190 |
UHC | 裴瀧? | 1101101111010000110101101110100100111111 | dbd0d6e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)