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 | ?H?M?@?U\ | 001111110100100000111111010011010011111101000000001111110101010101011100 | 3f483f4d3f403f555c |
SJIS-WIN | ?H?M?@?U\ | 001111110100100000111111010011010011111101000000001111110101010101011100 | 3f483f4d3f403f555c |
EUC-JP | ?H?M?@?U\ | 001111110100100000111111010011010011111101000000001111110101010101011100 | 3f483f4d3f403f555c |
UTF-8 | 혪H혪M혪@혪U\ | 1110110110011000101010100100100011101101100110001010101001001101111011011001100010101010010000001110110110011000101010100101010101011100 | ed98aa48ed98aa4ded98aa40ed98aa555c |
UHC | 혪H혪M혪@혪U\ | 11000010100100100100100011000010100100100100110111000010100100100100000011000010100100100101010101011100 | c29248c2924dc29240c292555c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)