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 | ??才?悠 | 00111111001111111000110111001011001111111001011101001001 | 3f3f8dcb3f9749 |
EUC-JP | ??才?悠 | 00111111001111111011101011001101001111111100110110101010 | 3f3fbacd3fcdaa |
UTF-8 | 橓렦才렭悠 | 111001101010100110010011111010111010000010100110111001101000100110001101111010111010000010101101111001101000001010100000 | e6a993eba0a6e6898deba0ade682a0 |
UHC | 橓렦才렭悠 | 11100010111001011000111010110101111011101010011010001110101110101110101011101101 | e2e58eb5eea68ebaeaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)