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 | 鉙蒔溿自 | 1111101111001000100011101010101011111011010010101000111010101001 | fbc88eaafb4a8ea9 |
EUC-JP | 鉙蒔溿自 | 10001111111000111110001110111100101011001000111111001000101100011011110010101011 | 8fe3e3bcac8fc8b1bcab |
UTF-8 | 鉙蒔溿自 | 111010011000100110011001111010001001001010010100111001101011101010111111111010001000011110101010 | e98999e89294e6babfe887aa |
UHC | ?蒔?自 | 001111111110001111001000001111111110110110111011 | 3fe3c83fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)