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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 枝祠?峯?? | 100011100111110111100010010010110011111110010101111101010011111100111111 | 8e7de24b3f95f53f3f |
EUC-JP | 枝祠?峯?? | 101110111101111011100011101011000011111111001010111101110011111100111111 | bbdee3ac3fcaf73f3f |
UTF-8 | 枝祠렫峯렫렫 | 111001101001111010011101111001111010010110100000111010111010000010101011111001011011001110101111111010111010000010101011111010111010000010101011 | e69e9de7a5a0eba0abe5b3afeba0abeba0ab |
UHC | 枝祠렫峯렫렫 | 111100101010101111011110111001101000111010111001110111001110011110001110101110011000111010111001 | f2abdee68eb9dce78eb98eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)