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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?手瓣??阪 | 001111111000111011101000111000010100000100111111001111111000110111100011 | 3f8ee8e1413f3f8de3 |
EUC-JP | ?手瓣??阪 | 001111111011110011101010111000011010001000111111001111111011101011100101 | 3fbceae1a23f3fbae5 |
UTF-8 | 룶手瓣룶웩阪 | 111010111010001110110110111001101000100110001011111001111001001110100011111010111010001110110110111011001001101110101001111010011001100010101010 | eba3b6e6898be793a3eba3b6ec9ba9e998aa |
UHC | 룶手瓣룶웩阪 | 100011111010101111100010101000101111011111111011100011111010101111000000101000011111100010100001 | 8fabe2a2f7fb8fabc0a1f8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)