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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 莊?蹄?? | 11100100101101010011111110010010111110110011111100111111 | e4b53f92fb3f3f |
EUC-JP | 莊?蹄?? | 11101000101101110011111111000100111111010011111100111111 | e8b73fc4fd3f3f |
UTF-8 | 莊렱蹄ㅷ쓱 | 111010001000111010001010111010111010000010110001111010001011100110000100111000111000010110110111111011001001001110110001 | e88e8aeba0b1e8b984e385b7ec93b1 |
UHC | 莊렱蹄ㅷ쓱 | 11101101111101101000111010111110111100001011010010100100111001111011111010110011 | edf68ebef0b4a4e7beb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)