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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テδ淌δ静つ | 1100001110000011110000101001111111000011100000111100001010010000110000111000001011000010 | c383c29fc383c290c382c2 |
EUC-JP | テδ淌δ静つ | 100011101100001110100110110001001101111011000101101001101100010011000000110001011010010011000100 | 8ec3a6c4dec5a6c4c0c5a4c4 |
UTF-8 | テδ淌δ静つ | 11101111101111101000001111001110101101001110011010110111100011001100111010110100111010011001110110011001111000111000000110100100 | efbe83ceb4e6b78cceb4e99d99e381a4 |
UHC | ?δ?δ?つ | 001111111010010111100100001111111010010111100100001111111010101011000100 | 3fa5e43fa5e43faac4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)