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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 專?沚℃ | 10011011100100110011111110011111100011011000000110001110 | 9b933f9f8d818e |
EUC-JP | 專?沚℃ | 11010101111100110011111111011101111011011010000111101110 | d5f33fddeda1ee |
UTF-8 | 專렟沚℃ | 111001011011000010001000111010111010000010011111111001101011001010011010111000101000010010000011 | e5b088eba09fe6b29ae28483 |
UHC | 專렟沚℃ | 1110111011110110100011101011000011110010101011111010000111001001 | eef68eb0f2afa1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)