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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 昔錞洩昔愠 | 10010000110011001111101111011011100010010110101110010000110011001111101011000001 | 90ccfbdb896b90ccfac1 |
EUC-JP | 昔錞洩昔? | 11000000110011101000111111100100110111001011000111001100110000001100111000111111 | c0ce8fe4dcb1ccc0ce3f |
UTF-8 | 昔錞洩昔愠 | 111001101001100010010100111010011000110010011110111001101011010010101001111001101001100010010100111001101000010010100000 | e69894e98c9ee6b4a9e69894e684a0 |
UHC | 昔錞洩昔? | 111000001010111011100010111101101110000011011101111000001010111000111111 | e0aee2f6e0dde0ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)