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 | K»BV | 1001001001001011100100011011101110010010010000101001001001010110 | 924b91bb92429256 |
SJIS-WIN | ?K???B?V | 0011111101001011001111110011111100111111010000100011111101010110 | 3f4b3f3f3f423f56 |
EUC-JP | ?K???B?V | 0011111101001011001111110011111100111111010000100011111101010110 | 3f4b3f3f3f423f56 |
UTF-8 | K»BV | 11000010100100100100101111000010100100011100001010111011110000101001001001000010110000101001001001010110 | c2924bc291c2bbc29242c29256 |
UHC | ?K???B?V | 0011111101001011001111110011111100111111010000100011111101010110 | 3f4b3f3f3f423f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)