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 | 譚千性闍 | 1110011010011101100100001110011110010000101010111110100010001011 | e69d90e790abe88b |
EUC-JP | 譚千性闍 | 1110101111111101110000001110100111000000101011011110111111101011 | ebfdc0e9c0adefeb |
UTF-8 | 譚千性闍 | 111010001010110110011010111001011000110110000011111001101000000010100111111010011001011110001101 | e8ad9ae58d83e680a7e9978d |
UHC | 譚千性? | 11010011110010011111010010110110111000001111010100111111 | d3c9f4b6e0f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)