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 | 隴牙ッョ | 111010001010110110001001111001011010111110101110 | e8ad89e5afae |
EUC-JP | 隴牙ッョ | 1111000010101111101100101110011110001110101011111000111010101110 | f0afb2e78eaf8eae |
UTF-8 | 隴牙ッョ | 111010011001101010110100111001111000100110011001111011111011110110101111111011111011110110101110 | e99ab4e78999efbdafefbdae |
UHC | ?牙?? | 0011111111100100101100110011111100111111 | 3fe4b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)