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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?手瓣???B | 001111111000111011101000111000010100000100111111001111110011111101000010 | 3f8ee8e1413f3f3f42 |
EUC-JP | ?手瓣???B | 001111111011110011101010111000011010001000111111001111110011111101000010 | 3fbceae1a23f3f3f42 |
UTF-8 | 룶手瓣룶웩熉B | 11101011101000111011011011100110100010011000101111100111100100111010001111101011101000111011011011101100100110111010100111100111100001101000100101000010 | eba3b6e6898be793a3eba3b6ec9ba9e7868942 |
UHC | 룶手瓣룶웩熉B | 10001111101010111110001010100010111101111111101110001111101010111100000010100001111010011111101101000010 | 8fabe2a2f7fb8fabc0a1e9fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)