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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 借飼爾 | 100011101101100011111011111101111000111010100010 | 8ed8fbf78ea2 |
EUC-JP | 借?爾 | 1011110011011010001111111011110010100100 | bcda3fbca4 |
UTF-8 | 借飼爾 | 111001011000000010011111111011111010100010101011111001111000100010111110 | e5809fefa8abe788be |
UHC | 借?爾 | 1111001110101000001111111110110010110011 | f3a83fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)