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 | 鉉廷「ろ | 11100111111010011001001011101100101000101000001011101011 | e7e992eca282eb |
EUC-JP | 鉉廷「ろ | 1110111011101011110001001110111010001110101000101010010011101101 | eeebc4ee8ea2a4ed |
UTF-8 | 鉉廷「ろ | 111010011000100110001001111001011011101110110111111011111011110110100010111000111000001010001101 | e98989e5bbb7efbda2e3828d |
UHC | 鉉廷?ろ | 11111010111010001110111111010101001111111010101011101101 | fae8efd53faaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)