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 | イ笳蕘稟 | 1000001101000011111000101001011111100100111110111110001001100111 | 8343e297e4fbe267 |
EUC-JP | イ笳蕘稟 | 1010010110100100111000111111011111101000111111011110001111001000 | a5a4e3f7e8fde3c8 |
UTF-8 | イ笳蕘稟 | 111000111000001010100100111001111010110010110011111010001001010110011000111001111010100010011111 | e382a4e7acb3e89598e7a89f |
UHC | イ??稟 | 101010111010010000111111001111111111100110100010 | aba43f3ff9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)