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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | コ鍰魲 | 11110010101000111011101011111011110111111111110001000010 | f2a3bafbdffc42 |
EUC-JP | ?コ鍰? | 00111111100011101011101010001111111001001111101000111111 | 3f8eba8fe4fa3f |
UTF-8 | コ鍰魲 | 111011101000011110011010111011111011110110111010111010011000110110110000111010011010110110110010 | ee879aefbdbae98db0e9adb2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)