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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 鉑蒔L鉑蒔L^ | 1111101111001001100011101010101001001100111110111100100110001110101010100100110001011110 | fbc98eaa4cfbc98eaa4c5e |
EUC-JP | 鉑蒔L鉑蒔L^ | 10001111111000111110000110111100101011000100110010001111111000111110000110111100101011000100110001011110 | 8fe3e1bcac4c8fe3e1bcac4c5e |
UTF-8 | 鉑蒔L鉑蒔L^ | 111010011000100110010001111010001001001010010100010011001110100110001001100100011110100010010010100101000100110001011110 | e98991e892944ce98991e892944c5e |
UHC | ?蒔L?蒔L^ | 001111111110001111001000010011000011111111100011110010000100110001011110 | 3fe3c84c3fe3c84c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)