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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 茗咀}茗咀{^ | 1110010010101010100110011111000001111101111001001010101010011001111100000111101101011110 | e4aa99f07de4aa99f07b5e |
EUC-JP | 茗咀}茗咀{^ | 1110100010101100110100101111001001111101111010001010110011010010111100100111101101011110 | e8acd2f27de8acd2f27b5e |
UTF-8 | 茗咀}茗咀{^ | 111010001000110010010111111001011001001010000000011111011110100010001100100101111110010110010010100000000111101101011110 | e88c97e592807de88c97e592807b5e |
UHC | 茗咀}茗咀{^ | 1101100110101011111011101011101001111101110110011010101111101110101110100111101101011110 | d9abeeba7dd9abeeba7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)