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 | 奣夂泗豺 | 1111101010100011100110101110011110011111100110011110011010110111 | faa39ae79f99e6b7 |
EUC-JP | 奣夂泗豺 | 100011111011100011111100110101001110100111011101111110011110110010111001 | 8fb8fcd4e9ddf9ecb9 |
UTF-8 | 奣夂泗豺 | 111001011010010110100011111001011010010010000010111001101011001110010111111010001011000110111010 | e5a5a3e5a482e6b397e8b1ba |
UHC | ??泗豺 | 001111110011111111011110110111111110001111001111 | 3f3fdedfe3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)