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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謔滔苑岺 | 1110011010000010100111111110101110001001100100011111101010101101 | e6829feb8991faad |
EUC-JP | 謔滔苑岺 | 111010111110001011011110111011011011000111110001100011111011101110111000 | ebe2deedb1f18fbbb8 |
UTF-8 | 謔滔苑岺 | 111010001010110010010100111001101011101110010100111010001000101110010001111001011011001010111010 | e8ac94e6bb94e88b91e5b2ba |
UHC | 謔滔苑岺 | 1111100111001100110101001010010111101010101111011101011010111001 | f9ccd4a5eabdd6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)