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 | 魘滉クミ | 11101001101101001001111111100100101110001000001101111110 | e9b49fe4b8837e |
EUC-JP | 魘滉クミ | 1111001010110110110111101110011010001110101110001010010111011111 | f2b6dee68eb8a5df |
UTF-8 | 魘滉クミ | 111010011010110110011000111001101011101110001001111011111011110110111000111000111000001110011111 | e9ad98e6bb89efbdb8e3839f |
UHC | ?滉?ミ | 001111111111110011010001001111111010101111011111 | 3ffcd13fabdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)