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 | 11000011100000101100001010010010110000111000001011000010100011110110011101000010 | c382c292c382c28f6742 |
EUC-JP | テつ津つ夙B | 1000111011000011101001001100010011000100110001011010010011000100101111011100100001000010 | 8ec3a4c4c4c5a4c4bdc842 |
UTF-8 | テつ津つ夙B | 11101111101111101000001111100011100000011010010011100110101101001010010111100011100000011010010011100101101001001001100101000010 | efbe83e381a4e6b4a5e381a4e5a49942 |
UHC | ?つ津つ夙B | 00111111101010101100010011110010110100001010101011000100111000101101010001000010 | 3faac4f2d0aac4e2d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)