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 | 顆樊サ凪 | 11101000111101111001111011100110101110111001001111100010 | e8f79ee6bb93e2 |
EUC-JP | 顆樊サ凪 | 1111000011111001110111001110100010001110101110111100011011100100 | f0f9dce88ebbc6e4 |
UTF-8 | 顆樊サ凪 | 111010011010000110000110111001101010100010001010111011111011110110111011111001011000011110101010 | e9a186e6a88aefbdbbe587aa |
UHC | 顆樊?? | 110011101010100011011011111000000011111100111111 | cea8dbe03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)