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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 議遯?燼? | 1000101101100011111001111010101000111111111000001001111000111111 | 8b63e7aa3fe09e3f |
EUC-JP | 議遯?燼? | 1011010111000100111011101010110000111111110111111111111000111111 | b5c4eeac3fdffe3f |
UTF-8 | 議遯츔燼렜 | 111010001010110110110000111010011000000110101111111011001011100010010100111001111000011110111100111010111010000010011100 | e8adb0e981afecb894e787bceba09c |
UHC | 議遯츔燼렜 | 11101100101000011101010011101110110000111111010111100011111010001000111010101110 | eca1d4eec3f5e3e88eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)