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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???濡?Ⅸ | 0011111100111111001111111001010001000111001111111000011101011100 | 3f3f3f94473f875c |
EUC-JP | ???濡?? | 00111111001111110011111111000111101010000011111100111111 | 3f3f3fc7a83f3f |
UTF-8 | 溜띾젔濡먲Ⅸ | 111011111010011110001011111010111001110110111110111011001010000010010100111001101011111110100001111010111010100010110010111000101000010110101000 | efa78beb9dbeeca094e6bfa1eba8b2e285a8 |
UHC | 溜띾젔濡먲Ⅸ | 111010101111111010001101111010111010000010010010111010111010000110010000111011111010010110111000 | eafe8deba092eba190efa5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)