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 | 001111110011111100111111011010000101010001000010 | 3f3f3f685442 |
SJIS-WIN | 吟ъ?hTB | 1000101111100001100001001000110000111111011010000101010001000010 | 8be1848c3f685442 |
EUC-JP | 吟ъ?hTB | 1011011011100011101001111110110000111111011010000101010001000010 | b6e3a7ec3f685442 |
UTF-8 | 吟ъ꽑hTB | 1110010110010000100111111101000110001010111010101011110110010001011010000101010001000010 | e5909fd18aeabd91685442 |
UHC | 吟ъ꽑hTB | 111010111110000110101100111011001000010010100000011010000101010001000010 | ebe1acec84a0685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)