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 | 悌裟痲 | 100100101110111010001101101111101110000110000100 | 92ee8dbee184 |
EUC-JP | 悌裟痲 | 110001001111000010111010110000001110000111100100 | c4f0bac0e1e4 |
UTF-8 | 悌裟痲 | 111001101000001010001100111010001010001110011111111001111001011110110010 | e6828ce8a39fe797b2 |
UHC | 悌裟痲 | 111100001010101011011110111100001101100010100110 | f0aadef0d8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)