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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 爻樟ノ\ | 111000001010100110001111101111101100100101011100 | e0a98fbec95c |
EUC-JP | 爻樟ノ\ | 11100000101010111011111011000000100011101100100101011100 | e0abbec08ec95c |
UTF-8 | 爻樟ノ\ | 11100111100010001011101111100110101010001001111111101111101111101000100101011100 | e788bbe6a89fefbe895c |
UHC | 爻樟?\ | 111111011010000111101101111010010011111101011100 | fda1ede93f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)