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 | 滴?滴? | 100100110100100000111111100100110100100000111111 | 93483f93483f |
EUC-JP | 滴?滴? | 110001011010100100111111110001011010100100111111 | c5a93fc5a93f |
UTF-8 | 滴잘滴讀 | 111001101011101110110100111011001001111010011000111001101011101110110100111011111010010110011010 | e6bbb4ec9e98e6bbb4efa59a |
UHC | 滴잘滴讀 | 1110111011011001110000001101111111101110110110011101010011100110 | eed9c0dfeed9d4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)