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 | ??}??j | 001111110011111101111101001111110011111101101010 | 3f3f7d3f3f6a |
SJIS-WIN | ??}??j | 001111110011111101111101001111110011111101101010 | 3f3f7d3f3f6a |
EUC-JP | ??}??j | 001111110011111101111101001111110011111101101010 | 3f3f7d3f3f6a |
UTF-8 | 횂혟}횂혰j | 1110110110011010100000101110110110011000100111110111110111101101100110101000001011101101100110001011000001101010 | ed9a82ed989f7ded9a82ed98b06a |
UHC | 횂혟}횂혰j | 11000011100000101100001010001001011111011100001110000010110000101001011101101010 | c382c2897dc382c2976a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)