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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 訛訛[訛訛[^ | 1110011001100001111001100110000101011011111001100110000111100110011000010101101101011110 | e661e6615be661e6615b5e |
EUC-JP | 訛訛[訛訛[^ | 1110101111000010111010111100001001011011111010111100001011101011110000100101101101011110 | ebc2ebc25bebc2ebc25b5e |
UTF-8 | 訛訛[訛訛[^ | 111010001010100010011011111010001010100010011011010110111110100010101000100110111110100010101000100110110101101101011110 | e8a89be8a89b5be8a89be8a89b5b5e |
UHC | 訛訛[訛訛[^ | 1110100011000101111010001100010101011011111010001100010111101000110001010101101101011110 | e8c5e8c55be8c5e8c55b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)