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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螂。隶碁蜜 | 111001011010010110100001111010001010111010001100111010011001011010101000 | e5a5a1e8ae8ce996a8 |
EUC-JP | 螂。隶碁蜜 | 11101010101001111000111010100001111100001011000010111000111010111100110010101010 | eaa78ea1f0b0b8ebccaa |
UTF-8 | 螂。隶碁蜜 | 111010001001111010000010111011111011110110100001111010011001101010110110111001111010001010000001111010001001110010011100 | e89e82efbda1e99ab6e7a281e89c9c |
UHC | 螂??碁蜜 | 1101010111001100001111110011111111010001101100111101101011001100 | d5cc3f3fd1b3dacc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)