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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 湿写射実 | 1000111010111100100011101100101010001110110010111000111011000000 | 8ebc8eca8ecb8ec0 |
EUC-JP | 湿写射実 | 1011110010111110101111001100110010111100110011011011110011000010 | bcbebcccbccdbcc2 |
UTF-8 | 湿写射実 | 111001101011100110111111111001011000011010011001111001011011000010000100111001011010111010011111 | e6b9bfe58699e5b084e5ae9f |
UHC | ??射? | 0011111100111111110111101101001000111111 | 3f3fded23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)