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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ?笑[?笑[^ | 001111111000111111001110010110110011111110001111110011100101101101011110 | 3f8fce5b3f8fce5b5e |
EUC-JP | 堧笑[堧笑[^ | 10001111101110001010100010111110110100000101101110001111101110001010100010111110110100000101101101011110 | 8fb8a8bed05b8fb8a8bed05b5e |
UTF-8 | 堧笑[堧笑[^ | 111001011010000010100111111001111010110010010001010110111110010110100000101001111110011110101100100100010101101101011110 | e5a0a7e7ac915be5a0a7e7ac915b5e |
UHC | 堧笑[堧笑[^ | 1110011011000000111000011100010101011011111001101100000011100001110001010101101101011110 | e6c0e1c55be6c0e1c55b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)