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 | 庸??維?? | 1001011101100110001111110011111110001000110110110011111100111111 | 97663f3f88db3f3f |
EUC-JP | 庸??維?? | 1100110111000111001111110011111110110000110111010011111100111111 | cdc73f3fb0dd3f3f |
UTF-8 | 庸뉗빖維띺펶 | 111001011011101010111000111010111000100110010111111010111011100110010110111001111011011010101101111010111001110110111010111011011000111010110110 | e5bab8eb8997ebb996e7b6adeb9dbaed8eb6 |
UHC | 庸뉗빖維띺펶 | 111010011011110010000111111011001001010110111000111010111010101110001101111010011011110010000111 | e9bc87ec95b8ebab8de9bc87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)