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 | 庸??逾?? | 1001011101100110001111110011111111100111101001010011111100111111 | 97663f3fe7a53f3f |
EUC-JP | 庸??逾?? | 1100110111000111001111110011111111101110101001110011111100111111 | cdc73f3feea73f3f |
UTF-8 | 庸뉗빖逾귝쾮 | 111001011011101010111000111010111000100110010111111010111011100110010110111010011000000010111110111010101011011110011101111011001011111010101110 | e5bab8eb8997ebb996e980beeab79decbeae |
UHC | 庸뉗빖逾귝쾮 | 111010011011110010000111111011001001010110111000111010111011010110000010111001101011001010000101 | e9bc87ec95b8ebb582e6b285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)