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 | ?罌曝こ | 00111111111000111010000010010100100110001000001010110001 | 3fe3a0949882b1 |
EUC-JP | ?罌曝こ | 00111111111001101010001011000111111110001010010010110011 | 3fe6a2c7f8a4b3 |
UTF-8 | 룵罌曝こ | 111010111010001110110101111001111011110110001100111001101001101110011101111000111000000110010011 | eba3b5e7bd8ce69b9de38193 |
UHC | 룵罌曝こ | 1000111110101010111001011010001011111000111011011010101010110011 | 8faae5a2f8edaab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)