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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??m悽 | 001111110011111110000010100011011001110010101100 | 3f3f828d9cac |
EUC-JP | ??m悽 | 001111110011111110100011111011011101100010101110 | 3f3fa3edd8ae |
UTF-8 | 뤝깰m悽 | 111010111010010010011101111010101011100110110000111011111011110110001101111001101000001010111101 | eba49deab9b0efbd8de682bd |
UHC | 뤝깰m悽 | 1000111111001100101100011111110110100011111011011111010010100100 | 8fccb1fda3edf4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)