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{^ | 1110101110111100100110101110010110111101101001110110101101111101111010111011110010011010111001011011110110100111011010110111101101011110 | ebbc9ae5bda76b7debbc9ae5bda76b7b5e |
UHC | 뼚彧k}뼚彧k{^ | 10010110101000001110100111101110011010110111110110010110101000001110100111101110011010110111101101011110 | 96a0e9ee6b7d96a0e9ee6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)