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 | 邂ハユ | 111001111010111011001010111101001110100011010101 | e7aecaf4e8d5 |
EUC-JP | 邂ハ?ユ | 11101110101100001000111011001010001111111000111011010101 | eeb08eca3f8ed5 |
UTF-8 | 邂ハユ | 111010011000001010000010111011111011111010001010111011101000111010010111111011111011111010010101 | e98282efbe8aee8e97efbe95 |
UHC | 邂??? | 1111101010110011001111110011111100111111 | fab33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)