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 | 腰???よ? | 1000110110011000001111110011111100111111100000101110011000111111 | 8d983f3f3f82e63f |
EUC-JP | 腰???よ? | 1011100111111000001111110011111100111111101001001110100000111111 | b9f83f3f3fa4e83f |
UTF-8 | 腰밭뙖閱よ쳞 | 111010001000010110110000111010111011000010101101111010111001100110010110111010011001011010110001111000111000001010001000111011001011001110011110 | e885b0ebb0adeb9996e996b1e38288ecb39e |
UHC | 腰밭뙖閱よ쳞 | 111010011010011010111001111001111000110010011011111001101111001110101010111010001010101110000100 | e9a6b9e78c9be6f3aae8ab84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)