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 | ?脚?民?脚 | 001111111000101101110010001111111001011010101111001111111000101101110010 | 3f8b723f96af3f8b72 |
EUC-JP | ?脚?民?脚 | 001111111011010111010011001111111100110010110001001111111011010111010011 | 3fb5d33fccb13fb5d3 |
UTF-8 | 렻脚꼽民팍脚 | 111010111010000010111011111010001000010010011010111010101011110010111101111001101011000010010001111011011000110010001101111010001000010010011010 | eba0bbe8849aeabcbde6b091ed8c8de8849a |
UHC | 렻脚꼽民팍脚 | 100011101100001111001010110001011011001011000101110110101100010111000110110001011100101011000101 | 8ec3cac5b2c5dac5c6c5cac5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)