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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 痾盖韈鈔 | 1110000101111101111000011011001111101000111001111110011111100010 | e17de1b3e8e7e7e2 |
EUC-JP | 痾盖韈鈔 | 1110000111011110111000101011010111110000111010011110111011100100 | e1dee2b5f0e9eee4 |
UTF-8 | 痾盖韈鈔 | 111001111001011110111110111001111001101110010110111010011001111110001000111010011000100010010100 | e797bee79b96e99f88e98894 |
UHC | ?盖?? | 0011111111001011110011000011111100111111 | 3fcbcc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)