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 | 嘲?診? | 100110100111110100111111100100000110011000111111 | 9a7d3f90663f |
EUC-JP | 嘲?診? | 110100111101111000111111101111111100011100111111 | d3de3fbfc73f |
UTF-8 | 嘲롆診렞 | 111001011001100010110010111010111010000110000110111010001010100010111010111010111010000010011110 | e598b2eba186e8a8baeba09e |
UHC | 嘲롆診렞 | 1111000010111111100011101100110011110010111000001000111010101111 | f0bf8eccf2e08eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)