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 | ?j?湲 | 001111111000001010001010001111111001111111010001 | 3f828a3f9fd1 |
EUC-JP | 渶j?湲 | 1000111111000111111011011010001111101010001111111101111011010011 | 8fc7eda3ea3fded3 |
UTF-8 | 渶j갹湲 | 111001101011100010110110111011111011110110001010111010101011000010111001111001101011100110110010 | e6b8b6efbd8aeab0b9e6b9b2 |
UHC | 渶j갹湲 | 1110011110110111101000111110101010110000101111011110101010111000 | e7b7a3eab0bdeab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)