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 | 偲軸偲璽偲レ | 1000111011000011100011101011001010001110110000111000111010100011100011101100001111011010 | 8ec38eb28ec38ea38ec3da |
EUC-JP | 偲軸偲璽偲レ | 101111001100010110111100101101001011110011000101101111001010010110111100110001011000111011011010 | bcc5bcb4bcc5bca5bcc58eda |
UTF-8 | 偲軸偲璽偲レ | 111001011000000110110010111010001011101110111000111001011000000110110010111001111001001010111101111001011000000110110010111011111011111010011010 | e581b2e8bbb8e581b2e792bde581b2efbe9a |
UHC | ?軸?璽?? | 0011111111110101111011100011111111011111110111100011111100111111 | 3ff5ee3fdfde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)