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 | 上ォ嫉斜 | 10001111111000111010101110001110101110011000111011001110 | 8fe3ab8eb98ece |
EUC-JP | 上ォ嫉斜 | 1011111011100101100011101010101110111100101110111011110011010000 | bee58eabbcbbbcd0 |
UTF-8 | 上ォ嫉斜 | 111001001011100010001010111011111011110110101011111001011010101110001001111001101001011010011100 | e4b88aefbdabe5ab89e6969c |
UHC | 上?嫉斜 | 11011111101111100011111111110010111011001101111011011000 | dfbe3ff2ecded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)