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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 酊?g?? | 11100111110000100011111110000010100001110011111100111111 | e7c23f82873f3f |
EUC-JP | 酊?g?琯 | 111011101100010000111111101000111110011100111111100011111100110010110011 | eec43fa3e73f8fccb3 |
UTF-8 | 酊닷g뤈琯 | 111010011000010110001010111010111000101110110111111011111011110110000111111010111010010010001000111001111001000010101111 | e9858aeb8bb7efbd87eba488e790af |
UHC | 酊닷g뤈琯 | 11101111111110001011010011100101101000111110011110001111101110001100111010110101 | eff8b4e5a3e78fb8ceb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)