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 | 暗??揖?? | 1000100011000011001111110011111110010111010010110011111100111111 | 88c33f3f974b3f3f |
EUC-JP | 暗??揖?? | 1011000011000101001111110011111111001101101011000011111100111111 | b0c53f3fcdac3f3f |
UTF-8 | 暗삳툦揖묌댖 | 111001101001101010010111111011001000001010110011111011011000100010100110111001101000111110010110111010111010110010001100111010111000110010010110 | e69a97ec82b3ed88a6e68f96ebac8ceb8c96 |
UHC | 暗삳툦揖묌댖 | 111001001101111010111011111010111011100010011101111010111110011110010001111010011000100010111010 | e4debbebb89debe791e988ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)