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 | 蜩ュ蜚就 | 11100101100100111010110111100101100101001000111101000001 | e593ade5948f41 |
EUC-JP | 蜩ュ蜚就 | 1110100111110011100011101010110111101001111101001011110110100010 | e9f38eade9f4bda2 |
UTF-8 | 蜩ュ蜚就 | 111010001001110010101001111011111011110110101101111010001001110010011010111001011011000010110001 | e89ca9efbdade89c9ae5b0b1 |
UHC | ??蜚就 | 001111110011111111011110101001001111011010100110 | 3f3fdea4f6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)