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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 籖籖鬻犲珈鬻 | 111000101101110111100010110111011110001011110110111000001011101011100000110110111110001011110110 | e2dde2dde2f6e0bae0dbe2f6 |
EUC-JP | 籖籖鬻犲珈鬻 | 111001001101111111100100110111111110010011111000111000001011110011100000110111011110010011111000 | e4dfe4dfe4f8e0bce0dde4f8 |
UTF-8 | 籖籖鬻犲珈鬻 | 111001111011000110010110111001111011000110010110111010011010110010111011111001111000101010110010111001111000111110001000111010011010110010111011 | e7b196e7b196e9acbbe78ab2e78f88e9acbb |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)