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 | ?x??? | 0011111101111000001111110011111100111111 | 3f783f3f3f |
SJIS-WIN | 棚x脱鱈叩 | 100100100100100101111000100100100100010110010010010011001001001001000000 | 9249789245924c9240 |
EUC-JP | 棚x脱鱈叩 | 110000111010101001111000110000111010011011000011101011011100001110100001 | c3aa78c3a6c3adc3a1 |
UTF-8 | 棚x脱鱈叩 | 11100110101000111001101001111000111010001000010010110001111010011011000110001000111001011000111110101001 | e6a39a78e884b1e9b188e58fa9 |
UHC | 棚x??叩 | 11011101110111000111100000111111001111111100110110110000 | dddc783f3fcdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)