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 | テつ堙δ暗 | 110000111000001011000010100110101100001110000011110000101000100011000011 | c382c29ac383c288c3 |
EUC-JP | テつ堙δ暗 | 10001110110000111010010011000100110101001100010110100110110001001011000011000101 | 8ec3a4c4d4c5a6c4b0c5 |
UTF-8 | テつ堙δ暗 | 1110111110111110100000111110001110000001101001001110010110100000100110011100111010110100111001101001101010010111 | efbe83e381a4e5a099ceb4e69a97 |
UHC | ?つ?δ暗 | 0011111110101010110001000011111110100101111001001110010011011110 | 3faac43fa5e4e4de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)