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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 煆室焄 | 111110110101011010001110101110101111101101010100 | fb568ebafb54 |
EUC-JP | 煆室焄 | 1000111111001001111101001011110010111100100011111100100111100011 | 8fc9f4bcbc8fc9e3 |
UTF-8 | 煆室焄 | 111001111000010110000110111001011010111010100100111001111000010010000100 | e78586e5aea4e78484 |
UHC | ?室焄 | 0011111111100011111110001111110110110110 | 3fe3f8fdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)