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 | ?????” | 00111111001111110011111100111111001111111000000101101000 | 3f3f3f3f3f8168 |
EUC-JP | ?????” | 00111111001111110011111100111111001111111010000111001001 | 3f3f3f3f3fa1c9 |
UTF-8 | 溜브랠溜븐” | 111011111010011110001011111010111011100010001100111010111001111010100000111011111010011110001011111010111011100010010000111000101000000010011101 | efa78bebb88ceb9ea0efa78bebb890e2809d |
UHC | 溜브랠溜븐” | 111010101111111010111010111010101011011110100100111010101111111010111010111011001010000110110001 | eafebaeab7a4eafebaeca1b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)