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 | 五λ?違?? | 100011001101110010000011110010010011111110001000111000010011111100111111 | 8cdc83c93f88e13f3f |
EUC-JP | 五λ?違?? | 101110001101111010100110110010110011111110110000111000110011111100111111 | b8dea6cb3fb0e33f3f |
UTF-8 | 五λ쉑違울ℓ | 1110010010111010100101001100111010111011111011001000100110010001111010011000000110010101111011001001101010111000111000101000010010010011 | e4ba94cebbec8991e98195ec9ab8e28493 |
UHC | 五λ쉑違울ℓ | 111001111110100110100101111010111011110110100111111010101101111010111111111011111010011110100100 | e7e9a5ebbda7eadebfefa7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)