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 | Îó¼Îó¼^ | 100011101100111011110011101111001000111011001110111100111011110001011110 | 8ecef3bc8ecef3bc5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ?Îó??Îó?^ | 0011111110001111101010101100001010001111101010111101000100111111001111111000111110101010110000101000111110101011110100010011111101011110 | 3f8faac28fabd13f3f8faac28fabd13f5e |
UTF-8 | Îó¼Îó¼^ | 1100001010001110110000111000111011000011101100111100001010111100110000101000111011000011100011101100001110110011110000101011110001011110 | c28ec38ec3b3c2bcc28ec38ec3b3c2bc5e |
UHC | ???¼???¼^ | 0011111100111111001111111010100011111001001111110011111100111111101010001111100101011110 | 3f3f3fa8f93f3f3fa8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)