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 | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-WIN | テつ讐テδ」V | 11000011100000101100001010001111010100011100001110000011110000101010001101010110 | c382c28f51c383c2a356 |
EUC-JP | テつ讐テδ」V | 10001110110000111010010011000100101111011011001010001110110000111010011011000100100011101010001101010110 | 8ec3a4c4bdb28ec3a6c48ea356 |
UTF-8 | テつ讐テδ」V | 111011111011111010000011111000111000000110100100111010001010111010010000111011111011111010000011110011101011010011101111101111011010001101010110 | efbe83e381a4e8ae90efbe83ceb4efbda356 |
UHC | ?つ讐?δ?V | 00111111101010101100010011100010110000100011111110100101111001000011111101010110 | 3faac4e2c23fa5e43f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)