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 | 調?┃梓 | 10010010101100100011111110000100101010111000100010110010 | 92b23f84ab88b2 |
EUC-JP | 調?┃梓 | 11000100101101000011111110101000101011011011000010110100 | c4b43fa8adb0b4 |
UTF-8 | 調쇔┃梓 | 111010001010101010111111111011001000011110010100111000101001010010000011111001101010001010010011 | e8aabfec8794e29483e6a293 |
UHC | 調쇔┃梓 | 1111000011100000101111001110010110100110101011011110111010101001 | f0e0bce5a6adeea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)