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 | 闔贋クサ | 111010001000111010001010111001001011100010111011 | e88e8ae4b8bb |
EUC-JP | 闔贋クサ | 1110111111101110101101001110011010001110101110001000111010111011 | efeeb4e68eb88ebb |
UTF-8 | 闔贋クサ | 111010011001011110010100111010001011010010001011111011111011110110111000111011111011110110111011 | e99794e8b48befbdb8efbdbb |
UHC | 闔??? | 1111100111101111001111110011111100111111 | f9ef3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)