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 | ???b??? | 00111111001111110011111101100010001111110011111100111111 | 3f3f3f623f3f3f |
| SJIS-WIN | テδ。bテつ池 | 11000011100000111100001010100001011000101100001110000010110000101001001001110010 | c383c2a162c382c29272 |
| EUC-JP | テδ。bテつ池 | 10001110110000111010011011000100100011101010000101100010100011101100001110100100110001001100001111010011 | 8ec3a6c48ea1628ec3a4c4c3d3 |
| UTF-8 | テδ。bテつ池 | 111011111011111010000011110011101011010011101111101111011010000101100010111011111011111010000011111000111000000110100100111001101011000110100000 | efbe83ceb4efbda162efbe83e381a4e6b1a0 |
| UHC | ?δ?b?つ池 | 00111111101001011110010000111111011000100011111110101010110001001111001010101110 | 3fa5e43f623faac4f2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)