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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雜呰摎諡ャ | 111010001011011010011001111011011001110110010111111001101000101110101100 | e8b699ed9d97e68bac |
EUC-JP | 雜呰摎諡ャ | 11110000101110001101001011101111110110011111011111101011111010111000111010101100 | f0b8d2efd9f7ebeb8eac |
UTF-8 | 雜呰摎諡ャ | 111010011001101110011100111001011001000110110000111001101001000110001110111010001010101110100001111011111011110110101100 | e99b9ce591b0e6918ee8aba1efbdac |
UHC | 雜??諡? | 11101101110110100011111100111111111000111100110100111111 | edda3f3fe3cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)