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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ???節??B | 0011111100111111001111111001000011011111001111110011111101000010 | 3f3f3f90df3f3f42 |
EUC-JP | 縕??節??B | 10001111110101001100001000111111001111111100000011100001001111110011111101000010 | 8fd4c23f3fc0e13f3f42 |
UTF-8 | 縕귚폏節쏙슥B | 11100111101110001001010111101010101101111001101011101101100011111000111111100111101011111000000011101100100011111001100111101100100010101010010101000010 | e7b895eab79aed8f8fe7af80ec8f99ec8aa542 |
UHC | 縕귚폏節쏙슥B | 11101000101100101000001011100100101111001001101011101111101111011011110111101111101111011011101101000010 | e8b282e4bc9aefbdbdefbdbb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)