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 | 鮏璽醤モ | 11111100010000111000111010100011100011111101110111010011 | fc438ea38fddd3 |
EUC-JP | 鮏璽醤モ | 100011111110101011011011101111001010010110111110110111111000111011010011 | 8feadbbca5bedf8ed3 |
UTF-8 | 鮏璽醤モ | 111010011010111010001111111001111001001010111101111010011000011010100100111011111011111010010011 | e9ae8fe792bde986a4efbe93 |
UHC | ?璽?? | 0011111111011111110111100011111100111111 | 3fdfde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)