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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 湘ユト | 100011111100001111111001111110111101010111000100 | 8fc3f9fbd5c4 |
EUC-JP | 湘?ユト | 10111110110001010011111110001110110101011000111011000100 | bec53f8ed58ec4 |
UTF-8 | 湘ユト | 111001101011100110011000111011101001110110010110111011111011111010010101111011111011111010000100 | e6b998ee9d96efbe95efbe84 |
UHC | 湘??? | 1101111111001111001111110011111100111111 | dfcf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)