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 | ??瞼? | 0011111100111111111000011101100100111111 | 3f3fe1d93f |
EUC-JP | ??瞼? | 0011111100111111111000101101101100111111 | 3f3fe2db3f |
UTF-8 | 룵엑瞼卽 | 111010111010001110110101111011001001011110010001111001111001111010111100111001011000110110111101 | eba3b5ec9791e79ebce58dbd |
UHC | 룵엑瞼卽 | 1000111110101010101111111010001011001100101000011111000111101101 | 8faabfa2cca1f1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)