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 | 茗器繍蔘 | 1110010010101010100010101110110110001111010010101110010011110011 | e4aa8aed8f4ae4f3 |
EUC-JP | 茗器繍蔘 | 1110100010101100101101001110111110111101101010111110100011110101 | e8acb4efbdabe8f5 |
UTF-8 | 茗器繍蔘 | 111010001000110010010111111001011001100110101000111001111011100110001101111010001001010010011000 | e88c97e599a8e7b98de89498 |
UHC | 茗器?蔘 | 11011001101010111101000011101111001111111101111110111000 | d9abd0ef3fdfb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)