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 | 種堪∬闇 | 1000111011101101100010101010110010000001111010001000100011000101 | 8eed8aac81e888c5 |
EUC-JP | 種堪∬闇 | 1011110011101111101101001010111010100010111010101011000011000111 | bcefb4aea2eab0c7 |
UTF-8 | 種堪∬闇 | 111001111010100010101110111001011010000010101010111000101000100010101100111010011001011110000111 | e7a8aee5a0aae288ace99787 |
UHC | 種堪∬闇 | 1111000011111010110010101110110110100001111100111110010011100001 | f0facaeda1f3e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)