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 | ??ゃ??? | 00111111001111111000001011100001001111110011111100111111 | 3f3f82e13f3f3f |
EUC-JP | ??ゃ??? | 00111111001111111010010011100011001111110011111100111111 | 3f3fa4e33f3f3f |
UTF-8 | 룵혧ゃ룵콓◈ | 111010111010001110110101111011011001100010100111111000111000001010000011111010111010001110110101111011001011110110010011111000101001011110001000 | eba3b5ed98a7e38283eba3b5ecbd93e29788 |
UHC | 룵혧ゃ룵콓◈ | 100011111010101011000010100011111010101011100011100011111010101010110001100011111010001011000010 | 8faac28faae38faab18fa2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)