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 | 渦e?節 | 10001001010100011000001010000101001111111001000011011111 | 895182853f90df |
EUC-JP | 渦e?節 | 10110001101100101010001111100101001111111100000011100001 | b1b2a3e53fc0e1 |
UTF-8 | 渦e쨰節 | 111001101011100010100110111011111011110110000101111011001010100010110000111001111010111110000000 | e6b8a6efbd85eca8b0e7af80 |
UHC | 渦e쨰節 | 1110100010111110101000111110010110100100100010101110111110111101 | e8bea3e5a48aefbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)