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 | ?遍??? | 001111111001010111010101001111110011111100111111 | 3f95d53f3f3f |
EUC-JP | ?遍??? | 001111111100101011010111001111110011111100111111 | 3fcad73f3f3f |
UTF-8 | 뤙遍퐦힉섹 | 111010111010010010011001111010011000000110001101111011011001000010100110111011011001111010001001111011001000010010111001 | eba499e9818ded90a6ed9e89ec84b9 |
UHC | 뤙遍퐦힉섹 | 10001111110010001111100010111100101111011000111111001000111110001011110010111101 | 8fc8f8bcbd8fc8f8bcbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)