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 | ¶ûû | 100111101011011010001011111110111000101111111011 | 9eb68bfb8bfb |
SJIS-WIN | ?¶???? | 00111111100000011111011100111111001111110011111100111111 | 3f81f73f3f3f3f |
EUC-JP | ?¶?û?û | 0011111110100010111110010011111110001111101010111110010100111111100011111010101111100101 | 3fa2f93f8fabe53f8fabe5 |
UTF-8 | ¶ûû | 110000101001111011000010101101101100001010001011110000111011101111000010100010111100001110111011 | c29ec2b6c28bc3bbc28bc3bb |
UHC | ?¶???? | 00111111101000101101001000111111001111110011111100111111 | 3fa2d23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)