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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 誼?雄?{d | 1000101101100010001111111001011101011001001111110111101101100100 | 8b623f97593f7b64 |
EUC-JP | 誼?雄?{d | 1011010111000011001111111100110110111010001111110111101101100100 | b5c33fcdba3f7b64 |
UTF-8 | 誼렱雄텁{d | 1110100010101010101111001110101110100000101100011110100110011011100001001110110110000101100000010111101101100100 | e8aabceba0b1e99b84ed85817b64 |
UHC | 誼렱雄텁{d | 11101011111111101000111010111110111010101010100111000101110100110111101101100100 | ebfe8ebeeaa9c5d37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)