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 | OTººG | 100100100100111110010010010101001001000110111010100100011011101001000111 | 924f925491ba91ba47 |
SJIS-WIN | ?O?T????G | 001111110100111100111111010101000011111100111111001111110011111101000111 | 3f4f3f543f3f3f3f47 |
EUC-JP | ?O?T?º?ºG | 00111111010011110011111101010100001111111000111110100010111010110011111110001111101000101110101101000111 | 3f4f3f543f8fa2eb3f8fa2eb47 |
UTF-8 | OTººG | 110000101001001001001111110000101001001001010100110000101001000111000010101110101100001010010001110000101011101001000111 | c2924fc29254c291c2bac291c2ba47 |
UHC | ?O?T?º?ºG | 0011111101001111001111110101010000111111101010001010110000111111101010001010110001000111 | 3f4f3f543fa8ac3fa8ac47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)