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 | 蒟駆セ護 | 11100100111001011000101111101100101111101000110011101100 | e4e58becbe8cec |
EUC-JP | 蒟駆セ護 | 1110100011100111101101101110111010001110101111101011100011101110 | e8e7b6ee8ebeb8ee |
UTF-8 | 蒟駆セ護 | 111010001001001010011111111010011010011110000110111011111011110110111110111010001010110110110111 | e8929fe9a786efbdbee8adb7 |
UHC | ???護 | 0011111100111111001111111111101111011110 | 3f3f3ffbde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)