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 | ?犢巖耐 | 00111111111000001011011110011011110111001001000111001111 | 3fe0b79bdc91cf |
EUC-JP | ?犢巖耐 | 00111111111000001011100111010110110111101100001011010001 | 3fe0b9d6dec2d1 |
UTF-8 | 뤦犢巖耐 | 111010111010010010100110111001111000101010100010111001011011011110010110111010001000000010010000 | eba4a6e78aa2e5b796e88090 |
UHC | 뤦犢巖耐 | 1000111111010100110101001011101111100100110111001101001010110001 | 8fd4d4bbe4dcd2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)