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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 援?粧?熊? | 100010011000011100111111100011111100111100111111100011000100011000111111 | 89873f8fcf3f8c463f |
EUC-JP | 援?粧?熊? | 101100011110011100111111101111101101000100111111101101111010011100111111 | b1e73fbed13fb7a73f |
UTF-8 | 援렦粧렰熊렭 | 111001101000111110110100111010111010000010100110111001111011001010100111111010111010000010110000111001111000011010001010111010111010000010101101 | e68fb4eba0a6e7b2a7eba0b0e7868aeba0ad |
UHC | 援렦粧렰熊렭 | 111010101011010110001110101101011110110111110010100011101011110111101010101010001000111010111010 | eab58eb5edf28ebdeaa88eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)