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 | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-WIN | ?彧k}?彧k{^ | 0011111111111010101110010110101101111101001111111111101010111001011010110111101101011110 | 3ffab96b7d3ffab96b7b5e |
EUC-JP | ?彧k}?彧k{^ | 00111111100011111011110011111110011010110111110100111111100011111011110011111110011010110111101101011110 | 3f8fbcfe6b7d3f8fbcfe6b7b5e |
UTF-8 | 잨彧k}잨彧k{^ | 1110110010011110101010001110010110111101101001110110101101111101111011001001111010101000111001011011110110100111011010110111101101011110 | ec9ea8e5bda76b7dec9ea8e5bda76b7b5e |
UHC | 잨彧k}잨彧k{^ | 10011111111100111110100111101110011010110111110110011111111100111110100111101110011010110111101101011110 | 9ff3e9ee6b7d9ff3e9ee6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)