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 | 袁?f?? | 11100101110011010011111110000010100001100011111100111111 | e5cd3f82863f3f |
EUC-JP | 袁?f?? | 11101010110011110011111110100011111001100011111100111111 | eacf3fa3e63f3f |
UTF-8 | 袁흘f尿ㅶ | 111010001010001010000001111011011001110110011000111011111011110110000110111011111010011010111101111000111000010110110110 | e8a281ed9d98efbd86efa6bde385b6 |
UHC | 袁흘f尿ㅶ | 11101010101111101100100011101010101000111110011011101000111100011010010011100110 | eabec8eaa3e6e8f1a4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)