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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | テつ暗δ | 11000011100000101100001010001000110000111000001111000010 | c382c288c383c2 |
EUC-JP | テつ暗δ | 1000111011000011101001001100010010110000110001011010011011000100 | 8ec3a4c4b0c5a6c4 |
UTF-8 | テつ暗δ | 1110111110111110100000111110001110000001101001001110011010011010100101111100111010110100 | efbe83e381a4e69a97ceb4 |
UHC | ?つ暗δ | 00111111101010101100010011100100110111101010010111100100 | 3faac4e4dea5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)