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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 葹ょ醜郤わ | 11100100110111111000001011100101100011110101100011100111101110101000001011101101 | e4df82e58f58e7ba82ed |
EUC-JP | 葹ょ醜郤わ | 11101000111000011010010011100111101111011011100111101110101111001010010011101111 | e8e1a4e7bdb9eebca4ef |
UTF-8 | 葹ょ醜郤わ | 111010001001000110111001111000111000001010000111111010011000011010011100111010011000001110100100111000111000001010001111 | e891b9e38287e9869ce983a4e3828f |
UHC | ?ょ醜?わ | 0011111110101010111001111111010111011101001111111010101011101111 | 3faae7f5dd3faaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)