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 | 躍??膺 | 100101101111010000111111001111111110010001011110 | 96f43f3fe45e |
EUC-JP | 躍??膺 | 110011001111011000111111001111111110011110111111 | ccf63f3fe7bf |
UTF-8 | 躍노뱾膺 | 111010001011101010001101111010111000010110111000111010111011000110111110111010001000011010111010 | e8ba8deb85b8ebb1bee886ba |
UHC | 躍노뱾膺 | 1110010110111000101100111110101110010011101001001110101111101100 | e5b8b3eb93a4ebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)