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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霍丞調顆 | 1110100010110111100011111110010110010010101100101110100011110111 | e8b78fe592b2e8f7 |
EUC-JP | 霍丞調顆 | 1111000010111001101111101110011111000100101101001111000011111001 | f0b9bee7c4b4f0f9 |
UTF-8 | 霍丞調顆 | 111010011001110010001101111001001011100010011110111010001010101010111111111010011010000110000110 | e99c8de4b89ee8aabfe9a186 |
UHC | ?丞調顆 | 00111111111000111010101011110000111000001100111010101000 | 3fe3aaf0e0cea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)