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 | 碚碚[碚碚[^ | 1110000111101110111000011110111001011011111000011110111011100001111011100101101101011110 | e1eee1ee5be1eee1ee5b5e |
EUC-JP | 碚碚[碚碚[^ | 1110001011110000111000101111000001011011111000101111000011100010111100000101101101011110 | e2f0e2f05be2f0e2f05b5e |
UTF-8 | 碚碚[碚碚[^ | 111001111010001010011010111001111010001010011010010110111110011110100010100110101110011110100010100110100101101101011110 | e7a29ae7a29a5be7a29ae7a29a5b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)