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 | 泳ш?楢?? | 100010010110101010000100100010100011111110010011111010000011111100111111 | 896a848a3f93e83f3f |
EUC-JP | 泳ш?楢?? | 101100011100101110100111111010100011111111000110111010100011111100111111 | b1cba7ea3fc6ea3f3f |
UTF-8 | 泳ш퉹楢믤선 | 1110011010110011101100111101000110001000111011011000100110111001111001101010010110100010111010111010111110100100111011001000010010100000 | e6b3b3d188ed89b9e6a5a2ebafa4ec84a0 |
UHC | 泳ш퉹楢믤선 | 111001111011011010101100111010101011100110010001111010101111100110010010111001101011110010110001 | e7b6aceab991eaf992e6bcb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)