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 | 룵å½Å | 1110101110100011101101011110010110001101101111011100010110001001 | eba3b5e58dbdc589 |
SJIS-WIN | ?£?????? | 001111111000000110010010001111110011111100111111001111110011111100111111 | 3f81923f3f3f3f3f3f |
EUC-JP | ë£?å??Å? | 100011111010101110110011101000011111001000111111100011111010101110101001001111110011111110001111101010101010100100111111 | 8fabb3a1f23f8faba93f3f8faaa93f |
UTF-8 | 룵å½Å | 11000011101010111100001010100011110000101011010111000011101001011100001010001101110000101011110111000011100001011100001010001001 | c3abc2a3c2b5c3a5c28dc2bdc385c289 |
UHC | ?????½?? | 001111110011111100111111001111110011111110101000111101100011111100111111 | 3f3f3f3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)