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 | ??“? | 0011111100111111100000010110011100111111 | 3f3f81673f |
EUC-JP | ??“? | 0011111100111111101000011100100000111111 | 3f3fa1c83f |
UTF-8 | 溜븐“溜 | 111011111010011110001011111010111011100010010000111000101000000010011100111011111010011110001011 | efa78bebb890e2809cefa78b |
UHC | 溜븐“溜 | 1110101011111110101110101110110010100001101100001110101011111110 | eafebaeca1b0eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)