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 | ¶Ì½º | 1000111010110110100011101100110010001110101111011000111010111010 | 8eb68ecc8ebd8eba |
SJIS-WIN | ?¶?????? | 001111111000000111110111001111110011111100111111001111110011111100111111 | 3f81f73f3f3f3f3f3f |
EUC-JP | ?¶?Ì???º | 00111111101000101111100100111111100011111010101011000000001111110011111100111111100011111010001011101011 | 3fa2f93f8faac03f3f3f8fa2eb |
UTF-8 | ¶Ì½º | 11000010100011101100001010110110110000101000111011000011100011001100001010001110110000101011110111000010100011101100001010111010 | c28ec2b6c28ec38cc28ec2bdc28ec2ba |
UHC | ?¶???½?º | 0011111110100010110100100011111100111111001111111010100011110110001111111010100010101100 | 3fa2d23f3f3fa8f63fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)