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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ミォ}ミォ{^ | 1101000010101011111110011010011101111101110100001010101111111001101001110111101101011110 | d0abf9a77dd0abf9a77b5e |
EUC-JP | ミォ?}ミォ?{^ | 10001110110100001000111010101011001111110111110110001110110100001000111010101011001111110111101101011110 | 8ed08eab3f7d8ed08eab3f7b5e |
UTF-8 | ミォ}ミォ{^ | 111011111011111010010000111011111011110110101011111011101001110010000010011111011110111110111110100100001110111110111101101010111110111010011100100000100111101101011110 | efbe90efbdabee9c827defbe90efbdabee9c827b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)