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 | ??????x | 00111111001111110011111100111111001111110011111101111000 | 3f3f3f3f3f3f78 |
SJIS-WIN | 影??絶??x | 100010010110010100111111001111111001000011100010001111110011111101111000 | 89653f3f90e23f3f78 |
EUC-JP | 影??絶??x | 101100011100011000111111001111111100000011100100001111110011111101111000 | b1c63f3fc0e43f3f78 |
UTF-8 | 影좑푽絶낁눎x | 11100101101111011011000111101100101000101001000111101101100100011011110111100111101101011011011011101011100000101000000111101011100010001000111001111000 | e5bdb1eca291ed91bde7b5b6eb8281eb888e78 |
UHC | 影좑푽絶낁눎x | 11100111101011111010000011101111101111101000100011101111101111101000010111101000100001111010101001111000 | e7afa0efbe88efbe85e887aa78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)