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 | ??こ??? | 00111111001111111000001010110001001111110011111100111111 | 3f3f82b13f3f3f |
EUC-JP | ??こ??? | 00111111001111111010010010110011001111110011111100111111 | 3f3fa4b33f3f3f |
UTF-8 | 룵殺こ룫휁㈒ | 111010111010001110110101111011111010010110110000111000111000000110010011111010111010001110101011111011011001110010000001111000111000100010010010 | eba3b5efa5b0e38193eba3abed9c81e38892 |
UHC | 룵殺こ룫휁㈒ | 100011111010101011100001111011011010101010110011100011111010001011000100100011111010100111000011 | 8faae1edaab38fa2c48fa9c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)