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 | 精???堅陰 | 100100001011100000111111001111110011111110001100100110001000100101000001 | 90b83f3f3f8c988941 |
EUC-JP | 精???堅陰 | 110000001011101000111111001111110011111110110111111110001011000110100010 | c0ba3f3f3fb7f8b1a2 |
UTF-8 | 精렞롋뀄堅陰 | 111001111011001010111110111010111010000010011110111010111010000110001011111010111000000010000100111001011010000010000101111010011001100110110000 | e7b2beeba09eeba18beb8084e5a085e999b0 |
UHC | 精렞롋뀄堅陰 | 111011111111000110001110101011111000111011010001101100101110110111001100101100011110101111100100 | eff18eaf8ed1b2edccb1ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)