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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鱈棚臓 | 100100100100110010010010010010011001000110011111 | 924c9249919f |
EUC-JP | 鱈棚臓 | 110000111010110111000011101010101100001010100001 | c3adc3aac2a1 |
UTF-8 | 鱈棚臓 | 111010011011000110001000111001101010001110011010111010001000011110010011 | e9b188e6a39ae88793 |
UHC | ?棚? | 00111111110111011101110000111111 | 3fdddc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)