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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 晶ト丈ヲ而 | 10001111101110111111100110001110110001001000111111100100101001101000111010100111 | 8fbbf98ec48fe4a68ea7 |
EUC-JP | 晶?ト丈ヲ而 | 1011111010111101001111111000111011000100101111101110011010001110101001101011110010101001 | bebd3f8ec4bee68ea6bca9 |
UTF-8 | 晶ト丈ヲ而 | 111001101001100110110110111011101001101110101001111011111011111010000100111001001011100010001000111011111011110110100110111010001000000010001100 | e699b6ee9ba9efbe84e4b888efbda6e8808c |
UHC | 晶??丈?而 | 111011111101110000111111001111111110110111011011001111111110110010111011 | efdc3f3feddb3fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)