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 | 莊?蹄?缺 | 1110010010110101001111111001001011111011001111111110001110011110 | e4b53f92fb3fe39e |
EUC-JP | 莊?蹄?缺 | 1110100010110111001111111100010011111101001111111110010111111110 | e8b73fc4fd3fe5fe |
UTF-8 | 莊렱蹄ㅹ缺 | 111010001000111010001010111010111010000010110001111010001011100110000100111000111000010110111001111001111011110010111010 | e88e8aeba0b1e8b984e385b9e7bcba |
UHC | 莊렱蹄ㅹ缺 | 11101101111101101000111010111110111100001011010010100100111010011100110011000000 | edf68ebef0b4a4e9ccc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)