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 | ??8柔?? | 0011111100111111100000100101011110001111010111110011111100111111 | 3f3f82578f5f3f3f |
EUC-JP | ??8柔?? | 0011111100111111101000111011100010111101110000000011111100111111 | 3f3fa3b8bdc03f3f |
UTF-8 | 緣뗫8柔꾥굜 | 111001111011011110100011111010111001011110101011111011111011110010011000111001101001111110010100111010101011111010100101111010101011010110011100 | e7b7a3eb97abefbc98e69f94eabea5eab59c |
UHC | 緣뗫8柔꾥굜 | 111001101101111010001011111010111010001110111000111010101111010110000100111010001000001010000100 | e6de8beba3b8eaf584e88284 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)