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 | ??巖耐 | 001111110011111110011011110111001001000111001111 | 3f3f9bdc91cf |
EUC-JP | ??巖耐 | 001111110011111111010110110111101100001011010001 | 3f3fd6dec2d1 |
UTF-8 | 뤝꼇巖耐 | 111010111010010010011101111010101011110010000111111001011011011110010110111010001000000010010000 | eba49deabc87e5b796e88090 |
UHC | 뤝꼇巖耐 | 1000111111001100101100101011101111100100110111001101001010110001 | 8fccb2bbe4dcd2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)