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 | 氏??瀛 | 100011101000000100111111001111111110000001101001 | 8e813f3fe069 |
EUC-JP | 氏??瀛 | 101110111110000100111111001111111101111111001010 | bbe13f3fdfca |
UTF-8 | 氏뎼뢙瀛 | 111001101011000010001111111010111000111010111100111010111010001010011001111001111000000010011011 | e6b08feb8ebceba299e7809b |
UHC | 氏뎼뢙瀛 | 1110010010101011100010011000111110001111010101001110011110111010 | e4ab898f8f54e7ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)