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 | ???I??? | 00111111001111110011111101001001001111110011111100111111 | 3f3f3f493f3f3f |
SJIS-WIN | ???I??? | 00111111001111110011111101001001001111110011111100111111 | 3f3f3f493f3f3f |
EUC-JP | ???I??? | 00111111001111110011111101001001001111110011111100111111 | 3f3f3f493f3f3f |
UTF-8 | 淋귦삓I淋꾩쭠 | 11101111101001111011010111101010101101111010011011101100100000101001001101001001111011111010011110110101111010101011111010101001111011001010110110100000 | efa7b5eab7a6ec829349efa7b5eabea9ecada0 |
UHC | 淋귦삓I淋꾩쭠 | 11101100111110001000001011101101100110001001100001001001111011001111100010000100111011001010011110010101 | ecf882ed989849ecf884eca795 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)