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 | ????}?? | 00111111001111110011111100111111011111010011111100111111 | 3f3f3f3f7d3f3f |
SJIS-WIN | ?脚??}?使 | 001111111000101101110010001111110011111101111101001111111000111001100111 | 3f8b723f3f7d3f8e67 |
EUC-JP | ?脚??}?使 | 001111111011010111010011001111110011111101111101001111111011101111001000 | 3fb5d33f3f7d3fbbc8 |
UTF-8 | 렺脚唜렒}렺使 | 11101011101000001011101011101000100001001001101011100101100101001001110011101011101000001001001001111101111010111010000010111010111001001011110110111111 | eba0bae8849ae5949ceba0927deba0bae4bdbf |
UHC | 렺脚唜렒}렺使 | 10001110110000101100101011000101110110001100010110001110101001110111110110001110110000101101111011000101 | 8ec2cac5d8c58ea77d8ec2dec5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)