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 | 渦??節?㏄ | 100010010101000100111111001111111001000011011111001111111000011101110100 | 89513f3f90df3f8774 |
EUC-JP | 渦??節?? | 1011000110110010001111110011111111000000111000010011111100111111 | b1b23f3fc0e13f3f |
UTF-8 | 渦잋퉿節김㏄ | 111001101011100010100110111011001001111010001011111011011000100110111111111001111010111110000000111010101011100110000000111000111000111110000100 | e6b8a6ec9e8bed89bfe7af80eab980e38f84 |
UHC | 渦잋퉿節김㏄ | 111010001011111010011111111001001011100110010111111011111011110110110001111010001010011110100110 | e8be9fe4b997efbdb1e8a7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)