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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?班????? | 0011111110010100110001110011111100111111001111110011111100111111 | 3f94c73f3f3f3f3f |
EUC-JP | ?班????? | 0011111111001000110010010011111100111111001111110011111100111111 | 3fc8c93f3f3f3f3f |
UTF-8 | 뤶班흩펿⅝롇렍 | 111010111010010010110110111001111000111110101101111011011001110110101001111011011000111010111111111000101000010110011101111010111010000110000111111010111010000010001101 | eba4b6e78faded9da9ed8ebfe2859deba187eba08d |
UHC | 뤶班흩펿⅝롇렍 | 1000111111100100110110101110110011001000111100001011110010001110101010001111110110001110110011011000111010100011 | 8fe4daecc8f0bc8ea8fd8ecd8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)