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 | ûÀ¼è·¹ | 1111101111000000101111001110100010001110101101111000111010111001 | fbc0bce88eb78eb9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ûÀ?è???? | 1000111110101011111001011000111110101010101000100011111110001111101010111011001000111111001111110011111100111111 | 8fabe58faaa23f8fabb23f3f3f3f |
UTF-8 | ûÀ¼è·¹ | 11000011101110111100001110000000110000101011110011000011101010001100001010001110110000101011011111000010100011101100001010111001 | c3bbc380c2bcc3a8c28ec2b7c28ec2b9 |
UHC | ??¼??·?¹ | 0011111100111111101010001111100100111111001111111010000110100100001111111010100111110110 | 3f3fa8f93f3fa1a43fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)