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 | ¼Í¼Î¼ÕòÁ | 1011110011001101101111001100111010111100110101011111001011000001 | bccdbccebcd5f2c1 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?Í?Î?ÕòÁ | 001111111000111110101010101111110011111110001111101010101100001000111111100011111010101011011000100011111010101111010010100011111010101010100001 | 3f8faabf3f8faac23f8faad88fabd28faaa1 |
UTF-8 | ¼Í¼Î¼ÕòÁ | 11000010101111001100001110001101110000101011110011000011100011101100001010111100110000111001010111000011101100101100001110000001 | c2bcc38dc2bcc38ec2bcc395c3b2c381 |
UHC | ¼?¼?¼??? | 1010100011111001001111111010100011111001001111111010100011111001001111110011111100111111 | a8f93fa8f93fa8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)