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 | ??B??? | 001111110011111101000010001111110011111100111111 | 3f3f423f3f3f |
SJIS-WIN | ?聖B?釐? | 0011111110010000101110010100001000111111111001111101100000111111 | 3f90b9423fe7d83f |
EUC-JP | ?聖B?釐? | 0011111111000000101110110100001000111111111011101101101000111111 | 3fc0bb423feeda3f |
UTF-8 | 룶聖B룵釐◐ | 11101011101000111011011011101000100000011001011001000010111010111010001110110101111010011000011110010000111000101001011110010000 | eba3b6e8819642eba3b5e98790e29790 |
UHC | 룶聖B룵釐◐ | 1000111110101011111000011010000101000010100011111010101011010111111011011010001011000100 | 8fabe1a1428faad7eda2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)