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 | ?£?籠 | 001111111000000110010010001111111110001011000100 | 3f81923fe2c4 |
EUC-JP | ?£焞籠 | 0011111110100001111100101000111111001001111010101110010011000110 | 3fa1f28fc9eae4c6 |
UTF-8 | 뤻£焞籠 | 111010111010010010111011111011111011111110100001111001111000010010011110111001111011000110100000 | eba4bbefbfa1e7849ee7b1a0 |
UHC | 뤻£焞籠 | 1000111111101001101000011100110011010100110010001101011011101011 | 8fe9a1ccd4c8d6eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)