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 | 調?┃晧 | 10010010101100100011111110000100101010111001110111101100 | 92b23f84ab9dec |
EUC-JP | 調?┃晧 | 11000100101101000011111110101000101011011101101011101110 | c4b43fa8addaee |
UTF-8 | 調쇔┃晧 | 111010001010101010111111111011001000011110010100111000101001010010000011111001101001100110100111 | e8aabfec8794e29483e699a7 |
UHC | 調쇔┃晧 | 1111000011100000101111001110010110100110101011011111101111000101 | f0e0bce5a6adfbc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)