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 | 庸??倚?? | 1001011101100110001111110011111110011000110111110011111100111111 | 97663f3f98df3f3f |
EUC-JP | 庸??倚?? | 1100110111000111001111110011111111010000111000010011111100111111 | cdc73f3fd0e13f3f |
UTF-8 | 庸뉗옗倚꾤독 | 111001011011101010111000111010111000100110010111111011001001100010010111111001011000000010011010111010101011111010100100111010111000111110000101 | e5bab8eb8997ec9897e5809aeabea4eb8f85 |
UHC | 庸뉗옗倚꾤독 | 111010011011110010000111111011001001111010011101111010111110111110000100111001111011010110110110 | e9bc87ec9e9debef84e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)