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 | 荳ケ驕皮蜩雍 | 1110010010111000101110011110100110000001100101001110011111100101100100111110100010110100 | e4b8b9e98194e7e593e8b4 |
EUC-JP | 荳ケ驕皮蜩雍 | 111010001011101010001110101110011111000111100001110010001110100111101001111100111111000010110110 | e8ba8eb9f1e1c8e9e9f3f0b6 |
UTF-8 | 荳ケ驕皮蜩雍 | 111010001000110110110011111011111011110110111001111010011010100110010101111001111001101010101110111010001001110010101001111010011001101110001101 | e88db3efbdb9e9a995e79aaee89ca9e99b8d |
UHC | 荳?驕皮?雍 | 11010100111001010011111111001110111101101111100110101011001111111110100010111100 | d4e53fcef6f9ab3fe8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)