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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謚ョぞ | 111001101000101010000011100001111000001010111100 | e68a838782bc |
EUC-JP | 謚ョぞ | 111010111110101010100101111001111010010010111110 | ebeaa5e7a4be |
UTF-8 | 謚ョぞ | 111010001010110010011010111000111000001110100111111000111000000110011110 | e8ac9ae383a7e3819e |
UHC | 謚ョぞ | 111011001101000010101011111001111010101010111110 | ecd0abe7aabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)