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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???箋??? | 0011111100111111001111111110001010110011001111110011111100111111 | 3f3f3fe2b33f3f3f |
EUC-JP | ???箋??? | 0011111100111111001111111110010010110101001111110011111100111111 | 3f3f3fe4b53f3f3f |
UTF-8 | 緣뉓뻗箋㏆풄料 | 111001111011011110100011111010111000100110010011111010111011101110010111111001111010111010001011111000111000111110000110111011011001001010000100111011111010011010111110 | e7b7a3eb8993ebbb97e7ae8be38f86ed9284efa6be |
UHC | 緣뉓뻗箋㏆풄料 | 1110011011011110100001111110100010111011101110001110111110101000101001111110111110111110100011001110100011110111 | e6de87e8bbb8efa8a7efbe8ce8f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)