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 | 裴瀧摯寀 | 1110010111101000100100011110101110011101100101011111101010100111 | e5e891eb9d95faa7 |
EUC-JP | 裴瀧摯寀 | 111010101110101011000010111011011101100111110101100011111011101011011011 | eaeac2edd9f58fbadb |
UTF-8 | 裴瀧摯寀 | 111010001010001110110100111001111000000010100111111001101001000110101111111001011010111110000000 | e8a3b4e780a7e691afe5af80 |
UHC | 裴瀧摯寀 | 1101101111010000110101101110100111110010101001111111001111110010 | dbd0d6e9f2a7f3f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)