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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | テつ堙δ枝B | 11000011100000101100001010011010110000111000001111000010100011100111110101000010 | c382c29ac383c28e7d42 |
EUC-JP | テつ堙δ枝B | 1000111011000011101001001100010011010100110001011010011011000100101110111101111001000010 | 8ec3a4c4d4c5a6c4bbde42 |
UTF-8 | テつ堙δ枝B | 111011111011111010000011111000111000000110100100111001011010000010011001110011101011010011100110100111101001110101000010 | efbe83e381a4e5a099ceb4e69e9d42 |
UHC | ?つ?δ枝B | 001111111010101011000100001111111010010111100100111100101010101101000010 | 3faac43fa5e4f2ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)