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 | 雫捷邇エ捷膺 | 1000111010110100100011111011011111100111100011101011010010001111101101111110010001011110 | 8eb48fb7e78eb48fb7e45e |
EUC-JP | 雫捷邇エ捷膺 | 101111001011011010111110101110011110110111101110100011101011010010111110101110011110011110111111 | bcb6beb9edee8eb4beb9e7bf |
UTF-8 | 雫捷邇エ捷膺 | 111010011001101110101011111001101000110110110111111010011000001010000111111011111011110110110100111001101000110110110111111010001000011010111010 | e99babe68db7e98287efbdb4e68db7e886ba |
UHC | ?捷邇?捷膺 | 00111111111101001101111111101100110001000011111111110100110111111110101111101100 | 3ff4dfecc43ff4dfebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)