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 | ????hTB | 00111111001111110011111100111111011010000101010001000010 | 3f3f3f3f685442 |
SJIS-WIN | ????hTB | 00111111001111110011111100111111011010000101010001000010 | 3f3f3f3f685442 |
EUC-JP | ????hTB | 00111111001111110011111100111111011010000101010001000010 | 3f3f3f3f685442 |
UTF-8 | 횂쩍횄혷hTB | 111011011001101010000010111011001010100110001101111011011001101010000100111011011001100010110111011010000101010001000010 | ed9a82eca98ded9a84ed98b7685442 |
UHC | 횂쩍횄혷hTB | 1100001110000010110000101011110111000011100000111100001010011110011010000101010001000010 | c382c2bdc383c29e685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)