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 | 隶咎キコ譽イ | 111010001010111010011001111010011011011110111010111001101010001110110010 | e8ae99e9b7bae6a3b2 |
EUC-JP | 隶咎キコ譽イ | 111100001011000011010010111010111000111010110111100011101011101011101100101001011000111010110010 | f0b0d2eb8eb78ebaeca58eb2 |
UTF-8 | 隶咎キコ譽イ | 111010011001101010110110111001011001001010001110111011111011110110110111111011111011110110111010111010001010110110111101111011111011110110110010 | e99ab6e5928eefbdb7efbdbae8adbdefbdb2 |
UHC | ?咎??譽? | 0011111111001111101001000011111100111111111001111110001000111111 | 3fcfa43f3fe7e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)