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 | ?????LB | 00111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f4c42 |
SJIS-WIN | 羝゚リ羆猯LB | 11100011101101101101111111011000111000111010111111100000110011000100110001000010 | e3b6dfd8e3afe0cc4c42 |
EUC-JP | 羝゚リ羆猯LB | 111001101011100010001110110111111000111011011000111001101011000111100000110011100100110001000010 | e6b88edf8ed8e6b1e0ce4c42 |
UTF-8 | 羝゚リ羆猯LB | 1110011110111110100111011110111110111110100111111110111110111110100110001110011110111110100001101110011110001100101011110100110001000010 | e7be9defbe9fefbe98e7be86e78caf4c42 |
UHC | ?????LB | 00111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)