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 | 卒???? | 100100011011001000111111001111110011111100111111 | 91b23f3f3f3f |
EUC-JP | 卒???? | 110000101011010000111111001111110011111100111111 | c2b43f3f3f3f |
UTF-8 | 卒렟뤒쳩삭 | 111001011000110110010010111010111010000010011111111010111010010010010010111011001011001110101001111011001000001010101101 | e58d92eba09feba492ecb3a9ec82ad |
UHC | 卒렟뤒쳩삭 | 11110000111011111000111010110000100011111100001010101011100011101011101111101000 | f0ef8eb08fc2ab8ebbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)