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 | ???UE | 0011111100111111001111110101010101000101 | 3f3f3f5545 |
SJIS-WIN | ??邵UE | 001111110011111111100111101110000101010101000101 | 3f3fe7b85545 |
EUC-JP | ??邵UE | 001111110011111111101110101110100101010101000101 | 3f3feeba5545 |
UTF-8 | 쐛숰邵UE | 1110110010010000100110111110110010001000101100001110100110000010101101010101010101000101 | ec909bec88b0e982b55545 |
UHC | 쐛숰邵UE | 1001110010000001100110100100100011100001110100000101010101000101 | 9c819a48e1d05545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)