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 | ?????oB | 00111111001111110011111100111111001111110110111101000010 | 3f3f3f3f3f6f42 |
SJIS-WIN | テつ津つ「oB | 11000011100000101100001010010010110000111000001011000010101000100110111101000010 | c382c292c382c2a26f42 |
EUC-JP | テつ津つ「oB | 100011101100001110100100110001001100010011000101101001001100010010001110101000100110111101000010 | 8ec3a4c4c4c5a4c48ea26f42 |
UTF-8 | テつ津つ「oB | 1110111110111110100000111110001110000001101001001110011010110100101001011110001110000001101001001110111110111101101000100110111101000010 | efbe83e381a4e6b4a5e381a4efbda26f42 |
UHC | ?つ津つ?oB | 00111111101010101100010011110010110100001010101011000100001111110110111101000010 | 3faac4f2d0aac43f6f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)