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 | 悌勃ぐ? | 10010010111011101001011001110101100000101010111000111111 | 92ee967582ae3f |
EUC-JP | 悌勃ぐ? | 11000100111100001100101111010110101001001011000000111111 | c4f0cbd6a4b03f |
UTF-8 | 悌勃ぐ렠 | 111001101000001010001100111001011000101110000011111000111000000110010000111010111010000010100000 | e6828ce58b83e38190eba0a0 |
UHC | 悌勃ぐ렠 | 1111000010101010110110101111101010101010101100001000111010110001 | f0aadafaaab08eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)