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 | ?審??ヂ | 00111111100100000101001000111111001111111000001101100001 | 3f90523f3f8361 |
EUC-JP | ?審??ヂ | 00111111101111111011001100111111001111111010010111000010 | 3fbfb33f3fa5c2 |
UTF-8 | 룵審룶혧ヂ | 111010111010001110110101111001011010111110101001111010111010001110110110111011011001100010100111111000111000001110000010 | eba3b5e5afa9eba3b6ed98a7e38382 |
UHC | 룵審룶혧ヂ | 10001111101010101110001111111011100011111010101111000010100011111010101111000010 | 8faae3fb8fabc28fabc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)