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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 爭伎??緋爭 | 11100000101001011000101011101010001111110011111110010100111010101110000010100101 | e0a58aea3f3f94eae0a5 |
EUC-JP | 爭伎??緋爭 | 11100000101001111011010011101100001111110011111111001000111011001110000010100111 | e0a7b4ec3f3fc8ece0a7 |
UTF-8 | 爭伎렊얜緋爭 | 111001111000100010101101111001001011110010001110111010111010000010001010111011001001011010011100111001111011011110001011111001111000100010101101 | e788ade4bc8eeba08aec969ce7b78be788ad |
UHC | 爭伎렊얜緋爭 | 111011101011001111010000111010111000111010100001101111101110101111011101111111001110111010110011 | eeb3d0eb8ea1beebddfceeb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)