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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 将糺将ミ憘タh | 1000111110101011111000101111101110001111101010111101000011111010110001101100000001101000 | 8fabe2fb8fabd0fac6c068 |
EUC-JP | 将糺将ミ憘タh | 1011111010101101111001001111110110111110101011011000111011010000100011111011111011100100100011101100000001101000 | beade4fdbead8ed08fbee48ec068 |
UTF-8 | 将糺将ミ憘タh | 11100101101100001000011011100111101100111011101011100101101100001000011011101111101111101001000011100110100001101001100011101111101111101000000001101000 | e5b086e7b3bae5b086efbe90e68698efbe8068 |
UHC | ????憘?h | 0011111100111111001111110011111111111101111100110011111101101000 | 3f3f3f3ffdf33f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)