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 | OTOTB | 100100100100111110010010010101001001001001001111100100100101010001000010 | 924f9254924f925442 |
SJIS-WIN | ?O?T?O?TB | 001111110100111100111111010101000011111101001111001111110101010001000010 | 3f4f3f543f4f3f5442 |
EUC-JP | ?O?T?O?TB | 001111110100111100111111010101000011111101001111001111110101010001000010 | 3f4f3f543f4f3f5442 |
UTF-8 | OTOTB | 11000010100100100100111111000010100100100101010011000010100100100100111111000010100100100101010001000010 | c2924fc29254c2924fc2925442 |
UHC | ?O?T?O?TB | 001111110100111100111111010101000011111101001111001111110101010001000010 | 3f4f3f543f4f3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)