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 | 瑜當甃甦 | 1110000011101111111000010110001111100001010010111110000101010011 | e0efe163e14be153 |
EUC-JP | 瑜當甃甦 | 1110000011110001111000011100010011100001101011001110000110110100 | e0f1e1c4e1ace1b4 |
UTF-8 | 瑜當甃甦 | 111001111001000110011100111001111001010110110110111001111001010010000011111001111001010010100110 | e7919ce795b6e79483e794a6 |
UHC | 瑜當?甦 | 11101011101001011101001111010111001111111110000111000001 | eba5d3d73fe1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)