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 | 莊ヒス | 111001001011010111001011111110001010011010111101 | e4b5cbf8a6bd |
EUC-JP | 莊ヒ?ス | 11101000101101111000111011001011001111111000111010111101 | e8b78ecb3f8ebd |
UTF-8 | 莊ヒス | 111010001000111010001010111011111011111010001011111011101001100110000101111011111011110110111101 | e88e8aefbe8bee9985efbdbd |
UHC | 莊??? | 1110110111110110001111110011111100111111 | edf63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)