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 | ??????LY | 0011111100111111001111110011111100111111001111110100110001011001 | 3f3f3f3f3f3f4c59 |
SJIS-WIN | 訝?????LY | 111001100110001000111111001111110011111100111111001111110100110001011001 | e6623f3f3f3f3f4c59 |
EUC-JP | 訝?????LY | 111010111100001100111111001111110011111100111111001111110100110001011001 | ebc33f3f3f3f3f4c59 |
UTF-8 | 訝방렋呂묇퓱LY | 1110100010101000100111011110101110110000101010011110101110100000100010111110111110100110100000001110101110101100100001111110110110010011101100010100110001011001 | e8a89debb0a9eba08befa680ebac87ed93b14c59 |
UHC | 訝방렋呂묇퓱LY | 1110010010111000101110011110011010001110101000101110010111111011100100011110010010111111100101110100110001011001 | e4b8b9e68ea2e5fb91e4bf974c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)