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